diff options
author | wiz <wiz> | 2009-08-25 11:56:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-08-25 11:56:34 +0000 |
commit | c168141f9357916367274077b8ee04f3ad5eeef9 (patch) | |
tree | d305187ea667e2c134a9ba020eeef89d11ad7890 /fonts/cyberbit-ttf | |
parent | a955fa54c72571188517651c9bd789a38bbc9aeb (diff) | |
download | pkgsrc-c168141f9357916367274077b8ee04f3ad5eeef9.tar.gz |
Change default for zip extraction to leave files as they are.
Previously, zip extraction by default converted to lower case.
Fix some packages that need it and remove -L from some packages
that manually set it.
Diffstat (limited to 'fonts/cyberbit-ttf')
-rw-r--r-- | fonts/cyberbit-ttf/Makefile | 4 | ||||
-rw-r--r-- | fonts/cyberbit-ttf/Makefile.common | 4 | ||||
-rw-r--r-- | fonts/cyberbit-ttf/PLIST | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/fonts/cyberbit-ttf/Makefile b/fonts/cyberbit-ttf/Makefile index 83bc4e37b0c..4a9e235503b 100644 --- a/fonts/cyberbit-ttf/Makefile +++ b/fonts/cyberbit-ttf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:09:08 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2009/08/25 11:56:36 wiz Exp $ # PKGNAME= cyberbit-ttf-2.0 -PKGREVISION= 5 +PKGREVISION= 6 FONT_FILE= Cyberbit.ZIP COMMENT= Multilingual TrueType font from Bitstream diff --git a/fonts/cyberbit-ttf/Makefile.common b/fonts/cyberbit-ttf/Makefile.common index caf7e2ba73f..4557beaea1e 100644 --- a/fonts/cyberbit-ttf/Makefile.common +++ b/fonts/cyberbit-ttf/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.21 2009/05/19 08:59:14 wiz Exp $ +# $NetBSD: Makefile.common,v 1.22 2009/08/25 11:56:36 wiz Exp $ # DISTNAME= # empty @@ -23,7 +23,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DIST_SUBDIR= cyberbit-ttf EXTRACT_ONLY= ${FONT_FILE} -EXTRACT_OPTS_ZIP= -Laq +#EXTRACT_OPTS_ZIP= -Laq USE_X11BASE= YES NO_CONFIGURE= YES diff --git a/fonts/cyberbit-ttf/PLIST b/fonts/cyberbit-ttf/PLIST index c2d94028bb1..70bc5b86046 100644 --- a/fonts/cyberbit-ttf/PLIST +++ b/fonts/cyberbit-ttf/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.5 2009/06/14 17:54:10 joerg Exp $ -lib/X11/fonts/TTF/cyberbit.ttf +@comment $NetBSD: PLIST,v 1.6 2009/08/25 11:56:36 wiz Exp $ +lib/X11/fonts/TTF/Cyberbit.ttf share/doc/html/cyberbit-ttf/ReadMe.htm |