summaryrefslogtreecommitdiff
path: root/net/coda_intro/Makefile
diff options
context:
space:
mode:
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"