aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2013-11-07 23:03:28 +0800
committerolgeni <olgeni@FreeBSD.org>2013-11-07 23:03:28 +0800
commit88254fd542bbbd87a9ea24b245ed32349cb064f1 (patch)
tree9b701b1f8ef3338aefbb8aba34955c28d571d58a /mail
parent0770e2f28bdc37adc98959eeb6e1b3afaa093a32 (diff)
downloadfreebsd-ports-gnome-88254fd542bbbd87a9ea24b245ed32349cb064f1.tar.gz
freebsd-ports-gnome-88254fd542bbbd87a9ea24b245ed32349cb064f1.tar.zst
freebsd-ports-gnome-88254fd542bbbd87a9ea24b245ed32349cb064f1.zip
- Switch to USES=gmake.
- Add staging support.
Diffstat (limited to 'mail')
-rw-r--r--mail/dovecot2-antispam-plugin/Makefile11
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>