diff options
author | jwise <jwise@pkgsrc.org> | 2000-06-22 14:28:51 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-06-22 14:28:51 +0000 |
commit | fb9d4e2d2137a9f1a695d68b31f50fa4fdf0d7e5 (patch) | |
tree | e5abe348a5a5742e05a7380a5da4cba475372c0c /textproc | |
parent | f85dd3cbcedd8c892c603097882db04ebecef5e3 (diff) | |
download | pkgsrc-fb9d4e2d2137a9f1a695d68b31f50fa4fdf0d7e5.tar.gz |
Better use of GTAR
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/fop/Makefile | 3 | ||||
-rw-r--r-- | textproc/xalan-j/Makefile | 4 | ||||
-rw-r--r-- | textproc/xerces-j-current/Makefile | 4 | ||||
-rw-r--r-- | textproc/xerces-j/Makefile | 4 | ||||
-rw-r--r-- | textproc/xp/Makefile | 3 | ||||
-rw-r--r-- | textproc/xt/Makefile | 3 |
6 files changed, 15 insertions, 6 deletions
diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index cd55f9e1d62..7321a106f2e 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/05/31 16:42:24 jwise Exp $ +# $NetBSD: Makefile,v 1.3 2000/06/22 14:28:51 jwise Exp $ # # Note: we currently use the pre-built (-bin) distribution of FOP, # because although FOP runs fine under JDK 1.1, JDK 1.2 or greater is @@ -24,5 +24,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/fop_bin_0_12_1.jar ${PREFIX}/lib/java/fop.jar ${MKDIR} ${PREFIX}/share/doc/java/fop cd ${WRKSRC}/docs ; ${GTAR} pcf - . | ( cd ${PREFIX}/share/doc/java/fop ; ${GTAR} pvxf - ) + ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/java/fop .include "../../mk/bsd.pkg.mk" 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" diff --git a/textproc/xerces-j-current/Makefile b/textproc/xerces-j-current/Makefile index 8f075415d33..b40ea01f851 100644 --- a/textproc/xerces-j-current/Makefile +++ b/textproc/xerces-j-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/05/31 21:40:07 jwise Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/22 14:28:53 jwise Exp $ # # Note: we currently use the pre-built (-bin) distribution of Xerces-J, # because although Xerces runs fine under JDK 1.1, JDK 1.2 or greater is @@ -27,8 +27,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/xerces.jar ${PREFIX}/lib/java ${MKDIR} ${PREFIX}/share/doc/java/xerces cd ${WRKSRC}/docs ; ${GTAR} pcf - . | ( cd ${PREFIX}/share/doc/java/xerces ; ${GTAR} pvxf - ) + ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/java/xerces ${MKDIR} ${PREFIX}/share/examples/java/xerces ${INSTALL_DATA} ${WRKSRC}/xercesSamples.jar ${PREFIX}/share/examples/java/xerces cd ${WRKSRC}/data ; ${GTAR} pcf - . | ( cd ${PREFIX}/share/examples/java/xerces ; ${GTAR} pvxf - ) + ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/examples/java/xerces .include "../../mk/bsd.pkg.mk" diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile index 6a1b00b347a..91c8211b5c7 100644 --- a/textproc/xerces-j/Makefile +++ b/textproc/xerces-j/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/05/31 21:37:20 jwise Exp $ +# $NetBSD: Makefile,v 1.7 2000/06/22 14:28:53 jwise Exp $ # # Note: we currently use the pre-built (-bin) distribution of Xerces-J, # because although Xerces runs fine under JDK 1.1, JDK 1.2 or greater is @@ -27,8 +27,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/xerces.jar ${PREFIX}/lib/java ${MKDIR} ${PREFIX}/share/doc/java/xerces cd ${WRKSRC}/docs ; ${GTAR} pcf - . | ( cd ${PREFIX}/share/doc/java/xerces ; ${GTAR} pvxf - ) + ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/java/xerces ${MKDIR} ${PREFIX}/share/examples/java/xerces ${INSTALL_DATA} ${WRKSRC}/xercesSamples.jar ${PREFIX}/share/examples/java/xerces cd ${WRKSRC}/data ; ${GTAR} pcf - . | ( cd ${PREFIX}/share/examples/java/xerces ; ${GTAR} pvxf - ) + ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/examples/java/xerces .include "../../mk/bsd.pkg.mk" diff --git a/textproc/xp/Makefile b/textproc/xp/Makefile index 2dd6bb4adba..4523aa97a38 100644 --- a/textproc/xp/Makefile +++ b/textproc/xp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/05/31 14:41:05 jwise Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/22 14:28:53 jwise Exp $ # DISTNAME= xp @@ -27,5 +27,6 @@ do-install: ${INSTALL_DATA} ${WRKDIR}/xp.jar ${PREFIX}/lib/java ${MKDIR} ${PREFIX}/share/doc/java/xp cd ${WRKDIR}/docs ; ${GTAR} pcf - . | ( cd ${PREFIX}/share/doc/java/xp ; ${GTAR} pvxf - ) + ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/java/xp .include "../../mk/bsd.pkg.mk" 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" |