aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dovecot2-pigeonhole
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2014-04-28 21:30:24 +0800
committerohauer <ohauer@FreeBSD.org>2014-04-28 21:30:24 +0800
commita927a5d196620318c4b8d20d411287c10c82a08c (patch)
tree64ebc1940d86b3112d9b0443099b2206ff3611a0 /mail/dovecot2-pigeonhole
parent5dd7cf14fff12d7953538866333e0ecb6eb98d17 (diff)
downloadfreebsd-ports-gnome-a927a5d196620318c4b8d20d411287c10c82a08c.tar.gz
freebsd-ports-gnome-a927a5d196620318c4b8d20d411287c10c82a08c.tar.zst
freebsd-ports-gnome-a927a5d196620318c4b8d20d411287c10c82a08c.zip
- bump PORTREVISION as reqested in the dovcot2 Makefile
- strip
Diffstat (limited to 'mail/dovecot2-pigeonhole')
-rw-r--r--mail/dovecot2-pigeonhole/Makefile5
1 files changed, 4 insertions, 1 deletions
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>