diff options
author | tron <tron@pkgsrc.org> | 2001-07-29 16:47:01 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-07-29 16:47:01 +0000 |
commit | 8b0b9ed4435eda4135e5d5a10d98f77841abd9f2 (patch) | |
tree | 4cd9cb6385a19803f9dd4443268decc457ce6279 /www/squid/Makefile | |
parent | 40cda954165b4a3171dc68d6e722c2b1645368e9 (diff) | |
download | pkgsrc-8b0b9ed4435eda4135e5d5a10d98f77841abd9f2.tar.gz |
Remove commands to create data directories which could break existing
squid installations. These directories should be created by the
administrator after selecting the proper directory.
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index d77cea90df7..03672bc8cae 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2001/07/29 16:41:18 tron Exp $ +# $NetBSD: Makefile,v 1.48 2001/07/29 16:47:01 tron Exp $ DISTNAME= squid-2.4.STABLE1-src PKGNAME= squid-2.4.1nb1 @@ -69,8 +69,6 @@ pre-install: ) >>${PLIST_SRC} post-install: - ${INSTALL_DATA_DIR} /var/squid - ${INSTALL} -d -o nobody /var/squid/logs cd ${WRKSRC}/src; ${MAKE} install-pinger ${INSTALL_SCRIPT} ${WRKDIR}/squid.sh ${PREFIX}/etc/rc.d/squid @${SETENV} ${MAKE_ENV} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL |