diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-04-28 21:30:24 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-04-28 21:30:24 +0800 |
commit | a927a5d196620318c4b8d20d411287c10c82a08c (patch) | |
tree | 64ebc1940d86b3112d9b0443099b2206ff3611a0 | |
parent | 5dd7cf14fff12d7953538866333e0ecb6eb98d17 (diff) | |
download | freebsd-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
-rw-r--r-- | mail/dovecot2-antispam-plugin/Makefile | 5 | ||||
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 5 |
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> |