summaryrefslogtreecommitdiff
path: root/www/squid/PLIST
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-12-09 16:01:10 +0000
committertron <tron@pkgsrc.org>2002-12-09 16:01:10 +0000
commit39a943ad929276e9804df46db543ee340a5f286a (patch)
treeed3d3dfb4944ff842d136066e2afeafe924859e8 /www/squid/PLIST
parentac47c1e51eb2ab1e65648547c30db8c139286600 (diff)
downloadpkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz
Replace "true" by "${TRUE}".
Diffstat (limited to 'www/squid/PLIST')
-rw-r--r--www/squid/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid/PLIST b/www/squid/PLIST
index 9c0a5b17457..15ef940d13a 100644
--- a/www/squid/PLIST
+++ b/www/squid/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2002/11/25 14:46:14 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2002/12/09 16:01:51 tron Exp $
bin/squidclient
etc/rc.d/squid
libexec/cachemgr.cgi
@@ -10,4 +10,4 @@ sbin/RunCache
sbin/squid
@dirrm share/examples/squid
@exec ${MKDIR} ${PKG_SYSCONFDIR}
-@unexec rmdir ${PKG_SYSCONFDIR} 2>/dev/null || true
+@unexec rmdir ${PKG_SYSCONFDIR} 2>/dev/null || ${TRUE}