diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-23 04:02:13 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-23 04:02:13 +0000 |
commit | 32eb006e28032935869e66699d0903e141396b93 (patch) | |
tree | 3fc59a73ebfdb44c8c55c9fbf7686d0d3ae24f0e /textproc/hevea | |
parent | - fix a typo when commenting out VORBIS in pkg-plist substitutions (diff) |
Fix ownership of files in ${PREFIX}/share/doc/hevea.
PR: 33104, 33096
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Noticed by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Diffstat (limited to 'textproc/hevea')
-rw-r--r-- | textproc/hevea/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index 409836228efd..b46583ebf0cf 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -34,6 +34,7 @@ post-install: ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}-${PORTVERSION}-manual.ps.gz ${PREFIX}/share/doc/hevea (cd ${PREFIX}/share/doc/hevea; ${TAR} xvfz ${DISTDIR}/${PORTNAME}-${PORTVERSION}-manual.tar.gz) (cd ${PREFIX}/share/doc/hevea; ${TAR} xvfz ${DISTDIR}/${PORTNAME}-${PORTVERSION}-manual-dvi.tar.gz) + ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/hevea .endif ${CAT} ${PKGMESSAGE} |