deja vu in base X system
This commit is contained in:
parent
64e43fb40f
commit
f6d7127c2d
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2009/12/25 22:43:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/01/16 10:07:45 espie Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-1.5
|
||||
PKGNAME = quirks-1.6
|
||||
PKG_ARCH = *
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Quirks.pm,v 1.11 2009/12/25 22:43:50 espie Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.12 2010/01/16 10:07:45 espie Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -88,6 +88,7 @@ my $base_exceptions = {
|
||||
# 4.7 stuff
|
||||
'p5-Parse-CPAN-Meta' => "$p5/Parse/CPAN/Meta.pm",
|
||||
'p5-parent' => "$p5/parent.pm",
|
||||
'dejavu-fonts' => "/usr/X11R6/lib/X11/fonts/TTF/DejaVuSans.ttf",
|
||||
};
|
||||
|
||||
my $stem_extensions = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user