summaryrefslogtreecommitdiff
path: root/textproc/xt
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2000-06-22 14:28:51 +0000
committerjwise <jwise@pkgsrc.org>2000-06-22 14:28:51 +0000
commitfb9d4e2d2137a9f1a695d68b31f50fa4fdf0d7e5 (patch)
treee5abe348a5a5742e05a7380a5da4cba475372c0c /textproc/xt
parentf85dd3cbcedd8c892c603097882db04ebecef5e3 (diff)
downloadpkgsrc-fb9d4e2d2137a9f1a695d68b31f50fa4fdf0d7e5.tar.gz
Better use of GTAR
Diffstat (limited to 'textproc/xt')
-rw-r--r--textproc/xt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xt/Makefile b/textproc/xt/Makefile
index 521e5ca136d..1fddb5a4162 100644
--- a/textproc/xt/Makefile
+++ b/textproc/xt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/05/31 14:41:45 jwise Exp $
+# $NetBSD: Makefile,v 1.2 2000/06/22 14:28:53 jwise Exp $
#
DISTNAME= xt
@@ -31,5 +31,6 @@ do-install:
${INSTALL_DATA} -c ${WRKDIR}/xt.htm ${PREFIX}/share/doc/java/xt
${MKDIR} ${PREFIX}/share/examples/java/xt
cd ${WRKDIR}/demo ; ${GTAR} pcf - . | ( cd ${PREFIX}/share/examples/java/xt ; ${GTAR} pvxf - )
+ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/examples/java/xt
.include "../../mk/bsd.pkg.mk"