summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-03-02 08:57:09 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-03-02 08:57:09 +0000
commitc731019d87f0f65c6d960896d78f69e7d300f7c0 (patch)
tree1ccbe12fd6e93d33aa5eb15ce064d8e245a070e0 /print
parent- drop gnustep-objc in this meta package (diff)
- chown font files to root:wheel after extract them into datadir
- bump PORTREVISION PR: 48821 Submitted by: Pat Lashley <patl+freebsd@volant.org>
Notes
Notes: svn path=/head/; revision=76724
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-gnu/Makefile3
-rw-r--r--print/ghostscript7/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile
index f3a31d0c5126..80eb36e01265 100644
--- a/print/ghostscript-gnu/Makefile
+++ b/print/ghostscript-gnu/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ghostscript
PORTVERSION= 7.05
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gs_fonts/} \
${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,gprint,bjc250/} \
@@ -481,6 +481,7 @@ pre-install:
${ECHO_MSG} ">>> extracting ghostscript fonts ..."
${TAR} -C ${DATADIR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${GS_FONTS_STD}
${TAR} -C ${DATADIR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${GS_FONTS_OTHER}
+ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}
post-install:
${ECHO_MSG} ">>> in post-install ..."
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile
index f3a31d0c5126..80eb36e01265 100644
--- a/print/ghostscript7/Makefile
+++ b/print/ghostscript7/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ghostscript
PORTVERSION= 7.05
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gs_fonts/} \
${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,gprint,bjc250/} \
@@ -481,6 +481,7 @@ pre-install:
${ECHO_MSG} ">>> extracting ghostscript fonts ..."
${TAR} -C ${DATADIR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${GS_FONTS_STD}
${TAR} -C ${DATADIR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${GS_FONTS_OTHER}
+ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}
post-install:
${ECHO_MSG} ">>> in post-install ..."