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 /mail/dovecot2-antispam-plugin | |
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
Diffstat (limited to 'mail/dovecot2-antispam-plugin')
-rw-r--r-- | mail/dovecot2-antispam-plugin/Makefile | 5 |
1 files changed, 4 insertions, 1 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> |