diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2013-11-07 15:03:28 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2013-11-07 15:03:28 +0000 |
commit | 588e449ae430944017a97d91669ca953051007fe (patch) | |
tree | 9b701b1f8ef3338aefbb8aba34955c28d571d58a /mail | |
parent | 03a9986ab4b9729c7f7a3e26d040bd9e86ac71cf (diff) | |
download | ports-588e449ae430944017a97d91669ca953051007fe.tar.gz ports-588e449ae430944017a97d91669ca953051007fe.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2-antispam-plugin/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/mail/dovecot2-antispam-plugin/Makefile b/mail/dovecot2-antispam-plugin/Makefile index d859e51fc11a..d37cfb84e018 100644 --- a/mail/dovecot2-antispam-plugin/Makefile +++ b/mail/dovecot2-antispam-plugin/Makefile @@ -19,20 +19,15 @@ RUN_DEPENDS= dovecot>=2.2.0:${PORTSDIR}/mail/dovecot2 CONFLICTS= dovecot-antispam-1.* WRKSRC= ${WRKDIR}/dovecot-antispam-plugin-5ebc6aae4d7c +USES= gmake USE_AUTOTOOLS= aclocal autoheader autoconf USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= ${PREFIX}/lib/dovecot ACLOCAL_ARGS= -I m4 -MAN7= dovecot-antispam.7 - -PLIST_FILES= lib/dovecot/lib90_antispam_plugin.so +PLIST_FILES= lib/dovecot/lib90_antispam_plugin.so \ + man/man7/dovecot-antispam.7.gz PLIST_DIRSTRY= lib/dovecot -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |