diff options
Diffstat (limited to 'mail/avenger/Makefile')
-rw-r--r-- | mail/avenger/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/mail/avenger/Makefile b/mail/avenger/Makefile index 8bb45f02e231..ef76a107efcd 100644 --- a/mail/avenger/Makefile +++ b/mail/avenger/Makefile @@ -6,8 +6,7 @@ # PORTNAME= avenger -PORTVERSION= 0.6.5 -PORTREVISION= 1 +PORTVERSION= 0.7 CATEGORIES= mail MASTER_SITES= http://www.mailavenger.org/dist/ @@ -17,20 +16,15 @@ COMMENT= An anti-spam SMTP server LIB_DEPENDS= db-4.3:${PORTSDIR}/databases/db43 GNU_CONFIGURE= yes -USE_REINPLACE= yes MAN1= aliascheck.1 avenger.1 dbutil.1 deliver.1 dotlock.1 \ - edinplace.1 macutil.1 mailexec.1 match.1 smtpdcheck.1 synos.1 + edinplace.1 escape.1 macutil.1 mailexec.1 match.1 \ + smtpdcheck.1 synos.1 MAN5= asmtpd.conf.5 MAN8= asmtpd.8 avenger.local.8 -AVETC= ${PREFIX}/etc/avenger CONFIGURE_ENV= WFLAGS='-Wall' -CONFIGURE_ARGS= --with-db=${LOCALBASE} --with-etcdir=${AVETC} - -post-patch: - @${FIND} ${WRKSRC}/doc -name "*.[158]" | ${XARGS} \ - ${REINPLACE_CMD} -e 's|/etc/avenger|${PREFIX}/etc/avenger|g' +CONFIGURE_ARGS= --with-db=${LOCALBASE} pre-install: PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL |