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 | |
parent | 0869cc565ce8148e866e7b18b2588ba6a66b8f57 (diff) |
Notes
Diffstat (limited to 'textproc')
-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} |