From 32eb006e28032935869e66699d0903e141396b93 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Sun, 23 Dec 2001 04:02:13 +0000 Subject: Fix ownership of files in ${PREFIX}/share/doc/hevea. PR: 33104, 33096 Submitted by: Stephen Montgomery-Smith Noticed by: John Merryweather Cooper --- textproc/hevea/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/hevea') 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} -- cgit v1.2.3