- Add LICENSE

- Switch to @sample
This commit is contained in:
Dmitry Marakasov 2015-08-29 12:07:55 +00:00
parent 120d531719
commit 0dc1d49ed4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395549
2 changed files with 4 additions and 6 deletions

View File

@ -10,6 +10,8 @@ MASTER_SITES= http://www.mailavenger.org/dist/
MAINTAINER= ports@FreeBSD.org
COMMENT= Anti-spam SMTP server
LICENSE= GPLv2 # or later (though COPYING is GPLv3)
USE_BDB= 42+
USE_OPENSSL= yes
GNU_CONFIGURE= yes

View File

@ -10,12 +10,8 @@ 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
@sample %%ETCDIR%%/asmtpd.conf.sample
@sample %%ETCDIR%%/unknown.sample
libexec/avenger
libexec/avenger.local
man/man1/aliascheck.1.gz