summaryrefslogtreecommitdiff
path: root/www/squid-current
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/squid-current
parent73194ee17f95e5ea244bd878b5b9bcde48da4df6 (diff)
downloadpkgsrc-1bb3007c04ad6091bda42ac2a39c7e64b34c1984.tar.gz
s/make/${MAKE}/g
Diffstat (limited to 'www/squid-current')
-rw-r--r--www/squid-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid-current/Makefile b/www/squid-current/Makefile
index 6dfca811ace..7b546e42539 100644
--- a/www/squid-current/Makefile
+++ b/www/squid-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1999/02/20 22:48:45 hubertf Exp $
+# $NetBSD: Makefile,v 1.10 1999/03/08 10:53:57 agc Exp $
#
DISTNAME= squid-2.1.PATCH2
@@ -58,7 +58,7 @@ pre-install:
) > ${WRKDIR}/PLIST.share
post-install:
- cd ${WRKSRC}/src; make install-pinger
+ cd ${WRKSRC}/src; ${MAKE} install-pinger
${INSTALL_SCRIPT} ${WRKDIR}/squid.sh ${PREFIX}/etc/rc.d/squid.sh
@${SETENV} ${MAKE_ENV} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL