freebsd-ports/mail/avenger/pkg-plist

27 lines
748 B
Text
Raw Normal View History

bin/aliascheck
bin/dbutil
bin/deliver
bin/dotlock
bin/edinplace
bin/escape
bin/macutil
bin/mailexec
bin/match
bin/sendmac
bin/smtpdcheck
bin/synos
@unexec if cmp -s %D/etc/avenger/asmtpd.conf.sample %D/etc/avenger/asmtpd.conf; then rm -f %D/etc/avenger/asmtpd.conf; fi
%%ETCDIR%%/asmtpd.conf.sample
@exec if [ ! -f %D/etc/avenger/asmtpd.conf ] ; then cp -p %D/%F %B/asmtpd.conf; fi
@unexec if cmp -s %D/etc/avenger/unknown.sample %D/etc/avenger/unknown; then rm -f %D/etc/avenger/unknown; fi
%%ETCDIR%%/unknown.sample
@exec if [ ! -f %D/etc/avenger/unknown ] ; then cp -p %D/%F %B/unknown; fi
libexec/avenger
libexec/avenger.local
sbin/asmtpd
%%DATADIR%%/avsendmail.m4
%%DATADIR%%/smtp-filter.pf
share/pf.os
@dirrm %%DATADIR%%
@dirrmtry %%ETCDIR%%