diff options
author | taca <taca> | 2003-03-27 06:44:24 +0000 |
---|---|---|
committer | taca <taca> | 2003-03-27 06:44:24 +0000 |
commit | 2d50c5bb025802900391ddbd9a77a9f9f395b7e6 (patch) | |
tree | 0b3ceba7285d972f1db911aad7ca97e1c3ee57e4 /www/squid | |
parent | 245eade5e61de87dc016c6a1baaf10f89a7d5a0b (diff) | |
download | pkgsrc-2d50c5bb025802900391ddbd9a77a9f9f395b7e6.tar.gz |
Remove manual creation/deletion PKG_SYSCONFDIR since it handled by
bsd.pkg.install.mk.
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/PLIST | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/squid/PLIST b/www/squid/PLIST index c0c78df52be..b84169cd295 100644 --- a/www/squid/PLIST +++ b/www/squid/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2003/03/25 17:44:22 taca Exp $ +@comment $NetBSD: PLIST,v 1.13 2003/03/27 06:44:24 taca Exp $ bin/squidclient etc/rc.d/squid libexec/cachemgr.cgi @@ -12,5 +12,3 @@ sbin/RunAccel sbin/RunCache sbin/squid @dirrm share/examples/squid -@exec ${MKDIR} ${PKG_SYSCONFDIR} -@unexec rmdir ${PKG_SYSCONFDIR} 2>/dev/null || ${TRUE} |