summaryrefslogtreecommitdiff
path: root/lang/mercury
diff options
context:
space:
mode:
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"