summaryrefslogtreecommitdiff
path: root/print/mp
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 /print/mp
parent818d632b2be01c51a6115075dbe432e752249adc (diff)
downloadpkgsrc-eadd890e05b5654609b9f16c141db0d14d8e846e.tar.gz
replaced a whole lot more commands with ${COMMAND}
Diffstat (limited to 'print/mp')
-rw-r--r--print/mp/Makefile4
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"