summaryrefslogtreecommitdiff
path: root/net/coda_intro/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2000-01-10 00:57:13 +0000
committerwiz <wiz>2000-01-10 00:57:13 +0000
commitc4e5931c40b88852fb942c7d6fbb17a8d13431a9 (patch)
tree0508ad4b3bcb11ea74b3757bf3e15e099a5dc362 /net/coda_intro/Makefile
parent7703b2c137837ed64ef0f21dbb1c16dd15f2b2b7 (diff)
downloadpkgsrc-c4e5931c40b88852fb942c7d6fbb17a8d13431a9.tar.gz
replaced a whole lot more commands with ${COMMAND}
Diffstat (limited to 'net/coda_intro/Makefile')
-rw-r--r--net/coda_intro/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/coda_intro/Makefile b/net/coda_intro/Makefile
index aee663f21cc..1651d05149e 100644
--- a/net/coda_intro/Makefile
+++ b/net/coda_intro/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/10/27 14:36:05 agc Exp $
+# $NetBSD: Makefile,v 1.5 2000/01/10 00:57:15 wiz Exp $
#
DISTNAME= coda-intro-4.6.6
@@ -14,6 +14,7 @@ do-build:
@${TRUE}
do-install:
- cd ${WRKSRC}; pax -r -w -s '|.*CVS||' -s '|.*\.FreeBSD||' doc ${PREFIX}/share
+ cd ${WRKSRC}; ${PAX} -r -w -s '|.*CVS||' -s '|.*\.FreeBSD||' \
+ doc ${PREFIX}/share
.include "../../mk/bsd.pkg.mk"