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/ghostscript-gnu | |
parent | 95cd964f042914445d5471cb79f0c79e67071504 (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/ghostscript-gnu')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 3 |
1 files changed, 2 insertions, 1 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 ..." |