diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/avenger/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/avenger/Makefile b/mail/avenger/Makefile index f82f65ea9748..8bb45f02e231 100644 --- a/mail/avenger/Makefile +++ b/mail/avenger/Makefile @@ -7,6 +7,7 @@ PORTNAME= avenger PORTVERSION= 0.6.5 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.mailavenger.org/dist/ @@ -23,7 +24,7 @@ MAN1= aliascheck.1 avenger.1 dbutil.1 deliver.1 dotlock.1 \ MAN5= asmtpd.conf.5 MAN8= asmtpd.8 avenger.local.8 -AVETC= ${PREFIX}/etc +AVETC= ${PREFIX}/etc/avenger CONFIGURE_ENV= WFLAGS='-Wall' CONFIGURE_ARGS= --with-db=${LOCALBASE} --with-etcdir=${AVETC} |