aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2014-04-28 13:30:24 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2014-04-28 13:30:24 +0000
commit0390e1e3ddbeae96627174d19870297172580974 (patch)
tree64ebc1940d86b3112d9b0443099b2206ff3611a0 /mail
parentb723cef7a384f4473174cbde9d67cc1f43bb4270 (diff)
downloadports-0390e1e3ddbeae96627174d19870297172580974.tar.gz
ports-0390e1e3ddbeae96627174d19870297172580974.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/dovecot2-antispam-plugin/Makefile5
-rw-r--r--mail/dovecot2-pigeonhole/Makefile5
2 files changed, 8 insertions, 2 deletions
diff --git a/mail/dovecot2-antispam-plugin/Makefile b/mail/dovecot2-antispam-plugin/Makefile
index 372f80e314f8..48964a8eac02 100644
--- a/mail/dovecot2-antispam-plugin/Makefile
+++ b/mail/dovecot2-antispam-plugin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dovecot2-antispam-plugin
PORTVERSION= 20130429
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= mail
MASTER_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \
LOCAL/olgeni
@@ -30,4 +30,7 @@ PLIST_FILES= lib/dovecot/lib90_antispam_plugin.so \
man/man7/dovecot-antispam.7.gz
PLIST_DIRSTRY= lib/dovecot
+post-install:
+ ${FIND} ${STAGEDIR}${PREFIX}/lib/ -name \*.so | ${XARGS} strip
+
.include <bsd.port.mk>
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile
index d30abbb7910c..469b7aef6a96 100644
--- a/mail/dovecot2-pigeonhole/Makefile
+++ b/mail/dovecot2-pigeonhole/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dovecot-pigeonhole
PORTVERSION= 0.4.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
@@ -35,4 +35,7 @@ post-patch:
s!^(uninstall-am:) uninstall-sieve_docDATA!\1!;' \
${WRKSRC}/doc/Makefile.in
+post-install:
+ ${FIND} ${STAGEDIR}${PREFIX}/lib/ -name \*.so | ${XARGS} strip
+
.include <bsd.port.mk>