freebsd-ports/www/c-icap-modules/pkg-plist
Renato Botelho 71d821e2a4 . Use new LIB_DEPENDS syntax
. INSTALL_TARGET = install-strip
. USES libtool and drop .la files
. Let the copy of default conf to .conf to pkg-plist only and make check-plist happy

Approved by:	portmgr (blanket)
2014-05-14 17:00:23 +00:00

33 lines
1.7 KiB
Text

@unexec if cmp -s %D/etc/c-icap/clamav_mod.conf %D/etc/c-icap/clamav_mod.conf.default; then rm -f %D/etc/c-icap/clamav_mod.conf; fi
etc/c-icap/clamav_mod.conf.default
@exec [ -f %B/clamav_mod.conf ] || cp %B/%f %B/clamav_mod.conf
@unexec if cmp -s %D/etc/c-icap/clamd_mod.conf %D/etc/c-icap/clamd_mod.conf.default; then rm -f %D/etc/c-icap/clamd_mod.conf; fi
etc/c-icap/clamd_mod.conf.default
@exec [ -f %B/clamd_mod.conf ] || cp %B/%f %B/clamd_mod.conf
@unexec if cmp -s %D/etc/c-icap/srv_url_check.conf %D/etc/c-icap/srv_url_check.conf.default; then rm -f %D/etc/c-icap/srv_url_check.conf; fi
etc/c-icap/srv_url_check.conf.default
@exec [ -f %B/srv_url_check.conf ] || cp %B/%f %B/srv_url_check.conf
@unexec if cmp -s %D/etc/c-icap/virus_scan.conf %D/etc/c-icap/virus_scan.conf.default; then rm -f %D/etc/c-icap/virus_scan.conf; fi
etc/c-icap/virus_scan.conf.default
@exec [ -f %B/virus_scan.conf ] || cp %B/%f %B/virus_scan.conf
lib/c_icap/clamav_mod.a
lib/c_icap/clamav_mod.so
lib/c_icap/clamd_mod.a
lib/c_icap/clamd_mod.so
lib/c_icap/srv_url_check.a
lib/c_icap/srv_url_check.so
lib/c_icap/virus_scan.a
lib/c_icap/virus_scan.so
man/man8/c-icap-mods-sguardDB.8.gz
%%DATADIR%%/templates/srv_url_check/en/DENY
%%DATADIR%%/templates/virus_scan/en/VIR_MODE_HEAD
%%DATADIR%%/templates/virus_scan/en/VIR_MODE_PROGRESS
%%DATADIR%%/templates/virus_scan/en/VIR_MODE_TAIL
%%DATADIR%%/templates/virus_scan/en/VIR_MODE_VIRUS_FOUND
%%DATADIR%%/templates/virus_scan/en/VIRUS_FOUND
@dirrm %%DATADIR%%/templates/srv_url_check/en
@dirrm %%DATADIR%%/templates/srv_url_check
@dirrm %%DATADIR%%/templates/virus_scan/en
@dirrm %%DATADIR%%/templates/virus_scan
@dirrmtry %%DATADIR%%/templates
@dirrmtry %%DATADIR%%