summaryrefslogtreecommitdiff
path: root/lang/mercury
diff options
context:
space:
mode:
authoragc <agc>2001-11-14 14:47:53 +0000
committeragc <agc>2001-11-14 14:47:53 +0000
commit156e8a0198e13eeee1efa302bf146c8b76b46d56 (patch)
tree447ac48b96997383700d42df0a8eedda1f4aed9b /lang/mercury
parent3f404099c521eafbb4324d95c378766f09816f10 (diff)
downloadpkgsrc-156e8a0198e13eeee1efa302bf146c8b76b46d56.tar.gz
Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with a
single instance of ${PAX}.
Diffstat (limited to 'lang/mercury')
-rw-r--r--lang/mercury/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile
index 04648dedb7d..14bf7a03a1d 100644
--- a/lang/mercury/Makefile
+++ b/lang/mercury/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/06/11 22:52:10 jtb Exp $
+# $NetBSD: Makefile,v 1.4 2001/11/14 14:47:55 agc Exp $
DISTNAME= mercury-compiler-0.10.1
PKGNAME= mercury-0.10.1
@@ -33,7 +33,6 @@ post-install:
${FIND} ${WRKSRC} -type f -name ".cvsignore" | ${XARGS} ${RM} -f
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mercury
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC}/samples
- (cd ${WRKSRC}/samples; ${GTAR} cpf - . ) | \
- (cd ${PREFIX}/share/examples/mercury; ${GTAR} xpf -)
+ cd ${WRKSRC}/samples && ${PAX} -rw . ${PREFIX}/share/examples/mercury
.include "../../mk/bsd.pkg.mk"