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 /print/mp | |
parent | 9896357c46e56af6080641876edee093aede3c38 (diff) | |
download | pkgsrc-32b62488af95b64b782f01a90e9a27e09cee2194.tar.gz |
replaced a whole lot more commands with ${COMMAND}
Diffstat (limited to 'print/mp')
-rw-r--r-- | print/mp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/mp/Makefile b/print/mp/Makefile index c762d43a6da..b8aea4b9c9e 100644 --- a/print/mp/Makefile +++ b/print/mp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/10/28 19:52:26 kim Exp $ +# $NetBSD: Makefile,v 1.2 2000/01/10 00:57:17 wiz Exp $ # DISTNAME= mp @@ -30,6 +30,6 @@ ALL_TARGET= mp PREFIX=${PREFIX} X11BASE=${X11BASE} CC='${CC}' \ INSTALL_TARGET= install-mp PREFIX=${PREFIX} pre-patch: - cp ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile + ${CP} ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile .include "../../mk/bsd.pkg.mk" |