summaryrefslogtreecommitdiff
path: root/x11/fvwm1/Makefile
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 /x11/fvwm1/Makefile
parent73194ee17f95e5ea244bd878b5b9bcde48da4df6 (diff)
downloadpkgsrc-1bb3007c04ad6091bda42ac2a39c7e64b34c1984.tar.gz
s/make/${MAKE}/g
Diffstat (limited to 'x11/fvwm1/Makefile')
-rw-r--r--x11/fvwm1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fvwm1/Makefile b/x11/fvwm1/Makefile
index 9e4697f1b3f..96051a36303 100644
--- a/x11/fvwm1/Makefile
+++ b/x11/fvwm1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 1999/03/01 23:09:12 tron Exp $
+# $NetBSD: Makefile,v 1.18 1999/03/08 10:53:58 agc Exp $
# FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp
#
@@ -17,7 +17,7 @@ CONFLICTS= fvwm-1.*
USE_IMAKE= yes
# drop -a because we have no `depends' target
-XMKMF= ${SH} -c "xmkmf && make Makefiles"
+XMKMF= ${SH} -c "xmkmf && ${MAKE} Makefiles"
post-extract:
cd ${WRKSRC}/modules; \