diff options
author | joerg <joerg> | 2006-12-27 18:08:17 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-12-27 18:08:17 +0000 |
commit | 973ce6f926e4ffac9013611c6ad9e0890e38f23f (patch) | |
tree | a9a08f704fdbad4335ee048f5d0a37bc4aafffba /fonts | |
parent | d209958b136e01e7eb665cfd3a2883301f83e5e4 (diff) | |
download | pkgsrc-973ce6f926e4ffac9013611c6ad9e0890e38f23f.tar.gz |
Use REQD_DIRS for share/ghostscript as it is part of both ghostscript-*
and the font package.
Diffstat (limited to 'fonts')
-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 |