summaryrefslogtreecommitdiff
path: root/www/zope
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 /www/zope
parent73194ee17f95e5ea244bd878b5b9bcde48da4df6 (diff)
downloadpkgsrc-1bb3007c04ad6091bda42ac2a39c7e64b34c1984.tar.gz
s/make/${MAKE}/g
Diffstat (limited to 'www/zope')
-rw-r--r--www/zope/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/zope/Makefile b/www/zope/Makefile
index 3511dc6f000..46e0bbbc290 100644
--- a/www/zope/Makefile
+++ b/www/zope/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/02/20 22:48:46 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 1999/03/08 10:53:58 agc Exp $
#
DISTNAME= Zope-1.9.0-src
@@ -19,7 +19,7 @@ do-configure:
${SED} -e "s,@PREFIX@,${PREFIX}," \
<${FILESDIR}/Makefile.in > ${WRKSRC}/Makefile
(cd ${WRKSRC}; rm -rf lib/Components/zlib)
- (cd ${WRKSRC}; make configure)
+ (cd ${WRKSRC}; ${MAKE} configure)
do-install:
${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}