mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-08 02:15:08 +00:00
af30d66979
- Some cosmetic changes (indentation) - sort pkg-plist - Add option on clamav-milter startup script to change socket permissions (tested on clamav-devel) - Bump PORTREVISION
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
@comment $FreeBSD$
|
|
bin/clamav-config
|
|
bin/clamconf
|
|
bin/clamscan
|
|
bin/clamdscan
|
|
bin/freshclam
|
|
bin/sigtool
|
|
%%CLAMAV-MILTER%%sbin/clamav-milter
|
|
sbin/clamd
|
|
include/clamav.h
|
|
include/clamav-config.h
|
|
lib/libclamav.a
|
|
lib/libclamav.la
|
|
lib/libclamav.so
|
|
lib/libclamav.so.4
|
|
%%UNRAR%%lib/libclamunrar.a
|
|
%%UNRAR%%lib/libclamunrar.la
|
|
%%UNRAR%%lib/libclamunrar.so
|
|
%%UNRAR%%lib/libclamunrar.so.4
|
|
%%UNRAR%%lib/libclamunrar_iface.a
|
|
%%UNRAR%%lib/libclamunrar_iface.la
|
|
%%UNRAR%%lib/libclamunrar_iface.so
|
|
%%UNRAR%%lib/libclamunrar_iface.so.4
|
|
libdata/pkgconfig/libclamav.pc
|
|
@unexec if cmp -s %D/etc/clamd.conf %D/etc/clamd.conf.default; then rm -f %D/etc/clamd.conf; fi
|
|
etc/clamd.conf.default
|
|
@exec [ -f %B/clamd.conf ] || cp %B/%f %B/clamd.conf
|
|
@unexec if cmp -s %D/etc/freshclam.conf %D/etc/freshclam.conf.default; then rm -f %D/etc/freshclam.conf; fi
|
|
etc/freshclam.conf.default
|
|
@exec [ -f %B/freshclam.conf ] || cp %B/%f %B/freshclam.conf
|
|
@unexec [ -s %%DBDIR%%/daily.cvd ] || rm -f %%DBDIR%%/daily.cvd || true
|
|
@unexec [ -s %%DBDIR%%/main.cvd ] || rm -f %%DBDIR%%/main.cvd || true
|
|
@dirrmtry %%DBDIR%%
|
|
@dirrmtry %%LOGDIR%%
|
|
@dirrmtry %%RUNDIR%%
|