summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-08-20 19:16:21 +0000
committerjlam <jlam@pkgsrc.org>2005-08-20 19:16:21 +0000
commitcf4dfe44a59d7070d33288645a2fe86fa61a7c38 (patch)
tree47cc04d797caf5105bc04ccdfe666acfd2133361 /fonts
parent5fea80506bff5d28a4574bc5251bd712cfee5ca5 (diff)
downloadpkgsrc-cf4dfe44a59d7070d33288645a2fe86fa61a7c38.tar.gz
Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/ghostscript-cidfonts/Makefile5
-rw-r--r--fonts/ghostscript-cmaps/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/fonts/ghostscript-cidfonts/Makefile b/fonts/ghostscript-cidfonts/Makefile
index 730056e3012..8005f80def1 100644
--- a/fonts/ghostscript-cidfonts/Makefile
+++ b/fonts/ghostscript-cidfonts/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2004/04/24 22:46:10 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/08/20 19:16:21 jlam Exp $
DISTNAME= ghostscript-cidfonts-20000901
+PKGREVISION= 1
CATEGORIES= fonts
MASTER_SITES= # empty
DISTFILES= # empty
@@ -27,7 +28,7 @@ FILES_SUBST+= ADOBE_RESOURCEDIR=${ADOBE_RESOURCEDIR}
FILES_SUBST+= GS_RESOURCEDIR=${GS_RESOURCEDIR}
FILES_SUBST+= PKG_INFO=${PKG_TOOLS_BIN}/pkg_info
-MAKE_DIRS= ${GS_RESOURCEDIR} ${GS_RESOURCEDIR}/CIDFont
+REQD_DIRS= ${GS_RESOURCEDIR} ${GS_RESOURCEDIR}/CIDFont
do-install: # nothing
diff --git a/fonts/ghostscript-cmaps/Makefile b/fonts/ghostscript-cmaps/Makefile
index f0b414c2ab5..a09e1b86835 100644
--- a/fonts/ghostscript-cmaps/Makefile
+++ b/fonts/ghostscript-cmaps/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2004/04/24 22:46:10 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/08/20 19:16:21 jlam Exp $
DISTNAME= ghostscript-cmaps-20020913
+PKGREVISION= 1
CATEGORIES= fonts
MASTER_SITES= # empty
DISTFILES= # empty
@@ -27,7 +28,7 @@ FILES_SUBST+= ADOBE_RESOURCEDIR=${ADOBE_RESOURCEDIR}
FILES_SUBST+= GS_RESOURCEDIR=${GS_RESOURCEDIR}
FILES_SUBST+= PKG_INFO=${PKG_TOOLS_BIN}/pkg_info
-MAKE_DIRS= ${GS_RESOURCEDIR} ${GS_RESOURCEDIR}/CMap
+REQD_DIRS= ${GS_RESOURCEDIR} ${GS_RESOURCEDIR}/CMap
do-install: # nothing