969e304f1d
to OPTIONAL_FILES in Makefile. This fix a problem when setting SQUID_CONFIGURE_ARGS in /etc/mk.conf without --enable-external-acl-helpers=unix_group. Noted by private mail from Tomasz Luchowski <tomasz at luchowski.com>.
14 lines
398 B
Text
14 lines
398 B
Text
@comment $NetBSD: PLIST,v 1.9 2002/11/12 16:07:17 taca Exp $
|
|
bin/squidclient
|
|
etc/rc.d/squid
|
|
@unexec ${RMDIR} %D/etc/squid 2>/dev/null || ${TRUE}
|
|
libexec/cachemgr.cgi
|
|
man/man8/squid.8
|
|
share/examples/squid/mime.conf
|
|
share/examples/squid/squid.conf
|
|
sbin/RunAccel
|
|
sbin/RunCache
|
|
sbin/squid
|
|
@dirrm share/examples/squid
|
|
@exec ${MKDIR} ${PKG_SYSCONFDIR}
|
|
@unexec rmdir ${PKG_SYSCONFDIR} 2>/dev/null || true
|