mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
aa78c6a61d
. Use new LIB_DEPENDS syntax . Fix shebang on necessary files . INSTALL_TARGET = install-strip . Add USES=libtool and drop .la files Approved by: portmgr (blanket)
16 lines
594 B
Plaintext
16 lines
594 B
Plaintext
@unexec if cmp -s %D/etc/c-icap/squidclamav.conf %D/etc/c-icap/squidclamav.conf.default; then rm -f %D/etc/c-icap/squidclamav.conf; fi
|
|
etc/c-icap/squidclamav.conf.default
|
|
@exec [ -f %B/squidclamav.conf ] || cp %B/%f %B/squidclamav.conf
|
|
%%DATADIR%%/README
|
|
lib/c_icap/squidclamav.a
|
|
lib/c_icap/squidclamav.so
|
|
libexec/squidclamav/clwarn.cgi
|
|
libexec/squidclamav/clwarn.cgi.de_DE
|
|
libexec/squidclamav/clwarn.cgi.en_EN
|
|
libexec/squidclamav/clwarn.cgi.fr_FR
|
|
libexec/squidclamav/clwarn.cgi.pt_BR
|
|
libexec/squidclamav/clwarn.cgi.ru_RU
|
|
man/man1/squidclamav.1.gz
|
|
@dirrm libexec/squidclamav
|
|
@dirrm %%DATADIR%%
|