diff options
author | petef <petef@FreeBSD.org> | 2001-12-23 12:02:13 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-23 12:02:13 +0800 |
commit | 396843db08a6593b4e0e4c04f1068badcec9b2de (patch) | |
tree | d69d6ac275b0d9b8c517cb45aafbb24a5e6a2ab2 /textproc | |
parent | 5738a1daba8d7fbaafba9bd9f7d0a305b3365ae0 (diff) | |
download | freebsd-ports-gnome-396843db08a6593b4e0e4c04f1068badcec9b2de.tar.gz freebsd-ports-gnome-396843db08a6593b4e0e4c04f1068badcec9b2de.tar.zst freebsd-ports-gnome-396843db08a6593b4e0e4c04f1068badcec9b2de.zip |
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')
-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} |