diff options
author | agc <agc@pkgsrc.org> | 1999-03-08 10:53:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-03-08 10:53:55 +0000 |
commit | 1bb3007c04ad6091bda42ac2a39c7e64b34c1984 (patch) | |
tree | f176e9ec4024673fb56c0c252cdf8c8aa42f657d /www/squid-current | |
parent | 73194ee17f95e5ea244bd878b5b9bcde48da4df6 (diff) | |
download | pkgsrc-1bb3007c04ad6091bda42ac2a39c7e64b34c1984.tar.gz |
s/make/${MAKE}/g
Diffstat (limited to 'www/squid-current')
-rw-r--r-- | www/squid-current/Makefile | 4 |
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 |