diff options
author | wiz <wiz> | 2000-01-10 00:57:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-01-10 00:57:13 +0000 |
commit | 32b62488af95b64b782f01a90e9a27e09cee2194 (patch) | |
tree | 0508ad4b3bcb11ea74b3757bf3e15e099a5dc362 /net/coda_doc | |
parent | 9896357c46e56af6080641876edee093aede3c38 (diff) | |
download | pkgsrc-32b62488af95b64b782f01a90e9a27e09cee2194.tar.gz |
replaced a whole lot more commands with ${COMMAND}
Diffstat (limited to 'net/coda_doc')
-rw-r--r-- | net/coda_doc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/coda_doc/Makefile b/net/coda_doc/Makefile index 6f540b99b6a..3c9aefbb349 100644 --- a/net/coda_doc/Makefile +++ b/net/coda_doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/10/27 19:12:22 agc Exp $ +# $NetBSD: Makefile,v 1.5 2000/01/10 00:57:15 wiz Exp $ # DISTNAME= coda-doc-4.6.5-3 @@ -19,7 +19,7 @@ do-build: @${ECHO} "available. It should appear in a release or two." do-install: - cd ${WRKSRC}; pax -r -w man ${PREFIX} - cd ${WRKSRC}; pax -r -w doc ${PREFIX}/share + cd ${WRKSRC}; ${PAX} -r -w man ${PREFIX} + cd ${WRKSRC}; ${PAX} -r -w doc ${PREFIX}/share .include "../../mk/bsd.pkg.mk" |