summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-03-08 10:53:55 +0000
committeragc <agc@pkgsrc.org>1999-03-08 10:53:55 +0000
commit1bb3007c04ad6091bda42ac2a39c7e64b34c1984 (patch)
treef176e9ec4024673fb56c0c252cdf8c8aa42f657d /audio
parent73194ee17f95e5ea244bd878b5b9bcde48da4df6 (diff)
downloadpkgsrc-1bb3007c04ad6091bda42ac2a39c7e64b34c1984.tar.gz
s/make/${MAKE}/g
Diffstat (limited to 'audio')
-rw-r--r--audio/maplay/Makefile4
-rw-r--r--audio/rplay/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile
index 78aa725cb41..a0c26c23903 100644
--- a/audio/maplay/Makefile
+++ b/audio/maplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/04/20 11:56:19 frueauf Exp $
+# $NetBSD: Makefile,v 1.5 1999/03/08 10:53:55 agc Exp $
# FreeBSD Id: Makefile,v 1.6 1997/01/07 14:58:04 torstenb Exp
#
@@ -14,6 +14,6 @@ NO_WRKSUBDIR= yes
PATCH_STRIP= -p2
pre-configure:
- @(cd ${WRKSRC}; make pre-install)
+ @(cd ${WRKSRC}; ${MAKE} pre-install)
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile
index 423fa5652bb..53f44992cff 100644
--- a/audio/rplay/Makefile
+++ b/audio/rplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1998/06/18 16:15:11 agc Exp $
+# $NetBSD: Makefile,v 1.13 1999/03/08 10:53:55 agc Exp $
# FreeBSD Id: Makefile,v 1.8 1997/06/13 16:17:01 ache Exp
#
@@ -24,7 +24,7 @@ pre-configure:
chmod +x ${WRKSRC}/configure
post-build:
- cd ${WRKSRC}/doc ; make info
+ cd ${WRKSRC}/doc ; ${MAKE} info
post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/rplayd.sh ]; then \