diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-20 19:16:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-20 19:16:21 +0000 |
commit | 9a68cc0a6159ddf94bae7afcf6e19f63283b1097 (patch) | |
tree | 47cc04d797caf5105bc04ccdfe666acfd2133361 /fonts | |
parent | c92918791fa1f357d2f9c161b6b363457629bf08 (diff) | |
download | pkgsrc-9a68cc0a6159ddf94bae7afcf6e19f63283b1097.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/Makefile | 5 | ||||
-rw-r--r-- | fonts/ghostscript-cmaps/Makefile | 5 |
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 |