diff options
author | soren <soren@pkgsrc.org> | 1999-09-28 20:40:02 +0000 |
---|---|---|
committer | soren <soren@pkgsrc.org> | 1999-09-28 20:40:02 +0000 |
commit | 3a94a4cd4723411d1e2e57b708472728f7c7a83a (patch) | |
tree | caf0c93ddb7199d490b5b04a85436b259f5416ab /www/squid-current | |
parent | 8f75573af6d281c18ce9c0f9ad5bfd8841b0709c (diff) | |
download | pkgsrc-3a94a4cd4723411d1e2e57b708472728f7c7a83a.tar.gz |
Use a relative path for bsd.pkg.mk instead of relying on the search path.
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 7b546e42539..c8705d20e60 100644 --- a/www/squid-current/Makefile +++ b/www/squid-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/03/08 10:53:57 agc Exp $ +# $NetBSD: Makefile,v 1.11 1999/09/28 20:40:05 soren Exp $ # DISTNAME= squid-2.1.PATCH2 @@ -62,4 +62,4 @@ post-install: ${INSTALL_SCRIPT} ${WRKDIR}/squid.sh ${PREFIX}/etc/rc.d/squid.sh @${SETENV} ${MAKE_ENV} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL -.include <../../mk/bsd.pkg.mk> +.include "../../mk/bsd.pkg.mk" |