diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-27 18:08:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-27 18:08:17 +0000 |
commit | 2ff63d1d76df737b2200ae77ba0f782cce1c9408 (patch) | |
tree | a9a08f704fdbad4335ee048f5d0a37bc4aafffba | |
parent | 08318095682e0ddf27402f801ecb960e3cf1c39e (diff) | |
download | pkgsrc-2ff63d1d76df737b2200ae77ba0f782cce1c9408.tar.gz |
Use REQD_DIRS for share/ghostscript as it is part of both ghostscript-*
and the font package.
-rw-r--r-- | fonts/ghostscript-fonts/Makefile | 4 | ||||
-rw-r--r-- | fonts/ghostscript-fonts/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/fonts/ghostscript-fonts/Makefile b/fonts/ghostscript-fonts/Makefile index 5a94649e4e7..6436212d94c 100644 --- a/fonts/ghostscript-fonts/Makefile +++ b/fonts/ghostscript-fonts/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2006/11/03 19:18:38 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/12/27 18:08:17 joerg Exp $ DISTNAME= ghostscript-fonts-8.11 +PKGREVISION= 1 CATEGORIES= fonts MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ @@ -33,6 +34,7 @@ WRKSRC= ${WRKDIR}/fonts FONTS_DIR= ${PREFIX}/share/ghostscript/fonts INSTALLATION_DIRS= share/ghostscript/fonts +REQD_DIRS+= share/ghostscript do-install: for ext in afm gsf pfa pfb pfm; \ diff --git a/fonts/ghostscript-fonts/PLIST b/fonts/ghostscript-fonts/PLIST index 6545e72972a..6ccbc6ebf6b 100644 --- a/fonts/ghostscript-fonts/PLIST +++ b/fonts/ghostscript-fonts/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2005/05/30 14:54:00 dillo Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/12/27 18:08:17 joerg Exp $ share/ghostscript/fonts/a010013l.afm share/ghostscript/fonts/a010013l.pfb share/ghostscript/fonts/a010013l.pfm @@ -152,4 +152,3 @@ share/ghostscript/fonts/z003034l.afm share/ghostscript/fonts/z003034l.pfb share/ghostscript/fonts/z003034l.pfm @dirrm share/ghostscript/fonts -@dirrm share/ghostscript |