diff options
author | jwise <jwise@pkgsrc.org> | 2002-04-03 21:17:54 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2002-04-03 21:17:54 +0000 |
commit | bc6e385f22c20fabafb1de12d9fcf3e39e3852fb (patch) | |
tree | 9367407adcc650735a7863a4fbf1a3a378933b1f /textproc/xt/Makefile | |
parent | 2ee24c38b0b8551798dffd5933dccd578e037ec2 (diff) | |
download | pkgsrc-bc6e385f22c20fabafb1de12d9fcf3e39e3852fb.tar.gz |
Fix up pax usage.
Diffstat (limited to 'textproc/xt/Makefile')
-rw-r--r-- | textproc/xt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/xt/Makefile b/textproc/xt/Makefile index a764919a2fd..67400d18e57 100644 --- a/textproc/xt/Makefile +++ b/textproc/xt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/11/14 14:47:56 agc Exp $ +# $NetBSD: Makefile,v 1.7 2002/04/03 21:17:54 jwise Exp $ # DISTNAME= xt @@ -31,7 +31,6 @@ do-install: ${INSTALL_DATA} -c ${WRKDIR}/copying.txt ${PREFIX}/share/doc/java/xt ${INSTALL_DATA} -c ${WRKDIR}/xt.htm ${PREFIX}/share/doc/java/xt ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/java/xt - cd ${WRKDIR}/demo && ${PAX} -rwpe . ${PREFIX}/share/examples/java/xt - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/examples/java/xt + cd ${WRKDIR}/demo && ${PAX} -rwpp . ${PREFIX}/share/examples/java/xt .include "../../mk/bsd.pkg.mk" |