diff options
-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} |