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/ae-mono-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/ae-mono-ttf')
-rw-r--r-- | fonts/ae-mono-ttf/Makefile | 7 | ||||
-rw-r--r-- | fonts/ae-mono-ttf/PLIST | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/fonts/ae-mono-ttf/Makefile b/fonts/ae-mono-ttf/Makefile index c5f56b04884..6a8c826315d 100644 --- a/fonts/ae-mono-ttf/Makefile +++ b/fonts/ae-mono-ttf/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2012/10/03 18:28:16 asau Exp $ +# $NetBSD: Makefile,v 1.3 2014/06/01 16:35:32 wiz Exp $ # DISTNAME= ae_fonts_mono PKGNAME= ae-mono-ttf-${VERSION} +PKGREVISION= 1 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=arabeyes/} EXTRACT_SUFX= .tar.bz2 @@ -16,9 +17,9 @@ NO_CONFIGURE= yes USE_LANGUAGES= # none VERSION= 1.0 -FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/ae-mono-ttf +FONTS_DIRS.x11= ${PREFIX}/share/fonts/X11/ae-mono-ttf -INSTALLATION_DIRS= lib/X11/fonts/ae-mono-ttf +INSTALLATION_DIRS= share/fonts/X11/ae-mono-ttf do-install: ${INSTALL_DATA} ${WRKSRC}/10x21.bdf ${DESTDIR}${FONTS_DIRS.x11} diff --git a/fonts/ae-mono-ttf/PLIST b/fonts/ae-mono-ttf/PLIST index 1ec0b8770bb..e4a3ed9b8da 100644 --- a/fonts/ae-mono-ttf/PLIST +++ b/fonts/ae-mono-ttf/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/16 23:41:37 wiz Exp $ -lib/X11/fonts/ae-mono-ttf/10x21.bdf -lib/X11/fonts/ae-mono-ttf/10x21.pcf +@comment $NetBSD: PLIST,v 1.2 2014/06/01 16:35:32 wiz Exp $ +share/fonts/X11/ae-mono-ttf/10x21.bdf +share/fonts/X11/ae-mono-ttf/10x21.pcf |