diff options
author | wiz <wiz@pkgsrc.org> | 2014-06-01 16:35:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-06-01 16:35:31 +0000 |
commit | 4fdfdadf96951bcc2303c62cd7537ce65a525e4f (patch) | |
tree | bc4c47ab313c1e0ab905241a3b7667947d238641 /fonts/arphic-ttf | |
parent | 0e2364d2b657c3914c978737f7c37a950a681191 (diff) | |
download | pkgsrc-4fdfdadf96951bcc2303c62cd7537ce65a525e4f.tar.gz |
Move fonts from lib/X11/fonts to share/fonts/X11.
As discussed on tech-pkg.
Bump PKGREVISION.
Diffstat (limited to 'fonts/arphic-ttf')
-rw-r--r-- | fonts/arphic-ttf/Makefile | 6 | ||||
-rw-r--r-- | fonts/arphic-ttf/PLIST | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/fonts/arphic-ttf/Makefile b/fonts/arphic-ttf/Makefile index b32306eb163..7f8ab2b21ad 100644 --- a/fonts/arphic-ttf/Makefile +++ b/fonts/arphic-ttf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2013/04/19 11:26:47 rodent Exp $ +# $NetBSD: Makefile,v 1.20 2014/06/01 16:35:32 wiz Exp $ # DISTNAME= arphic-ttf-2.11 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= fonts MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/zh-arphicttf/ DISTFILES= ${FONT_FILES:=.gz} ${MISC_FILES} @@ -23,7 +23,7 @@ USE_X11BASE= YES NO_CONFIGURE= YES NO_BUILD= YES -FONTS_DIRS.ttf= ${PREFIX}/lib/X11/fonts/TTF +FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF DOCDIR= ${PREFIX}/share/doc/arphic-ttf do-install: diff --git a/fonts/arphic-ttf/PLIST b/fonts/arphic-ttf/PLIST index f04b01a0368..773ff587d9e 100644 --- a/fonts/arphic-ttf/PLIST +++ b/fonts/arphic-ttf/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:54:10 joerg Exp $ -lib/X11/fonts/TTF/bkai00mp.ttf -lib/X11/fonts/TTF/bsmi00lp.ttf -lib/X11/fonts/TTF/gbsn00lp.ttf -lib/X11/fonts/TTF/gkai00mp.ttf +@comment $NetBSD: PLIST,v 1.5 2014/06/01 16:35:32 wiz Exp $ +share/fonts/X11/TTF/bkai00mp.ttf +share/fonts/X11/TTF/bsmi00lp.ttf +share/fonts/X11/TTF/gbsn00lp.ttf +share/fonts/X11/TTF/gkai00mp.ttf share/doc/arphic-ttf/ARPHICPL.TXT share/doc/arphic-ttf/logo.gif share/doc/arphic-ttf/release.txt |