summaryrefslogtreecommitdiff
path: root/net/coda_intro
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-10 00:57:13 +0000
committerwiz <wiz@pkgsrc.org>2000-01-10 00:57:13 +0000
commiteadd890e05b5654609b9f16c141db0d14d8e846e (patch)
tree0508ad4b3bcb11ea74b3757bf3e15e099a5dc362 /net/coda_intro
parent818d632b2be01c51a6115075dbe432e752249adc (diff)
downloadpkgsrc-eadd890e05b5654609b9f16c141db0d14d8e846e.tar.gz
replaced a whole lot more commands with ${COMMAND}
Diffstat (limited to 'net/coda_intro')
-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"