From a927a5d196620318c4b8d20d411287c10c82a08c Mon Sep 17 00:00:00 2001 From: ohauer Date: Mon, 28 Apr 2014 13:30:24 +0000 Subject: - bump PORTREVISION as reqested in the dovcot2 Makefile - strip --- mail/dovecot2-pigeonhole/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mail/dovecot2-pigeonhole') 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 -- cgit