diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-03-02 08:57:09 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-03-02 08:57:09 +0000 |
commit | c731019d87f0f65c6d960896d78f69e7d300f7c0 (patch) | |
tree | 1ccbe12fd6e93d33aa5eb15ce064d8e245a070e0 /print | |
parent | 95cd964f042914445d5471cb79f0c79e67071504 (diff) | |
download | ports-c731019d87f0f65c6d960896d78f69e7d300f7c0.tar.gz ports-c731019d87f0f65c6d960896d78f69e7d300f7c0.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 3 | ||||
-rw-r--r-- | print/ghostscript7/Makefile | 3 |
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 ..." |