1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

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>
This commit is contained in:
Pete Fritchman 2001-12-23 04:02:13 +00:00
parent 0869cc565c
commit 32eb006e28
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52019

View File

@ -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}