aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/avenger/Makefile2
-rw-r--r--mail/avenger/pkg-plist8
2 files changed, 4 insertions, 6 deletions
diff --git a/mail/avenger/Makefile b/mail/avenger/Makefile
index 3dbaea9996a2..567a5edcd126 100644
--- a/mail/avenger/Makefile
+++ b/mail/avenger/Makefile
@@ -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
diff --git a/mail/avenger/pkg-plist b/mail/avenger/pkg-plist
index be679996d5bb..db560c60722b 100644
--- a/mail/avenger/pkg-plist
+++ b/mail/avenger/pkg-plist
@@ -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