diff options
author | jwise <jwise> | 2000-06-22 14:28:51 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-06-22 14:28:51 +0000 |
commit | 719e5872de11fa4ea063dd97f7c671a72c7e64d6 (patch) | |
tree | e5abe348a5a5742e05a7380a5da4cba475372c0c /textproc/xalan-j | |
parent | 9169cada2385fb685ad063964e0c2c4b67ff3c03 (diff) | |
download | pkgsrc-719e5872de11fa4ea063dd97f7c671a72c7e64d6.tar.gz |
Better use of GTAR
Diffstat (limited to 'textproc/xalan-j')
-rw-r--r-- | textproc/xalan-j/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile index 1970d30850c..f627a9f1fbd 100644 --- a/textproc/xalan-j/Makefile +++ b/textproc/xalan-j/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/05/30 20:38:07 jwise Exp $ +# $NetBSD: Makefile,v 1.3 2000/06/22 14:28:52 jwise Exp $ # # Note: we currently use the pre-built (-bin) distribution of Xalan-J, # because although Xalan runs fine under JDK 1.1, JDK 1.2 or greater is @@ -27,7 +27,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/bsfengines.jar ${PREFIX}/lib/java ${MKDIR} ${PREFIX}/share/doc/java/xalan cd ${WRKSRC}/docs ; ${GTAR} pcf - . | ( cd ${PREFIX}/share/doc/java/xalan ; ${GTAR} pvxf - ) + ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/java/xalan ${MKDIR} ${PREFIX}/share/examples/java/xalan cd ${WRKSRC}/samples ; ${GTAR} pcf - . | ( cd ${PREFIX}/share/examples/java/xalan ; ${GTAR} pvxf - ) + ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/examples/java/xalan .include "../../mk/bsd.pkg.mk" |