aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormatthew <matthew@FreeBSD.org>2015-09-22 23:50:30 +0800
committermatthew <matthew@FreeBSD.org>2015-09-22 23:50:30 +0800
commitcdbb9f0d14efd83390deb4b16f7574976966fe4e (patch)
treec36236b136effeefb36a6a0283370e3fe2818d5e /mail
parent49feb569b94903e952d9b4efd588e054f19b1776 (diff)
downloadfreebsd-ports-gnome-cdbb9f0d14efd83390deb4b16f7574976966fe4e.tar.gz
freebsd-ports-gnome-cdbb9f0d14efd83390deb4b16f7574976966fe4e.tar.zst
freebsd-ports-gnome-cdbb9f0d14efd83390deb4b16f7574976966fe4e.zip
Strip the OpenDKIM.so loadable module.
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-Mail-OpenDKIM/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/p5-Mail-OpenDKIM/Makefile b/mail/p5-Mail-OpenDKIM/Makefile
index 5e87dd21237c..fcdd8e8fb611 100644
--- a/mail/p5-Mail-OpenDKIM/Makefile
+++ b/mail/p5-Mail-OpenDKIM/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Mail-OpenDKIM
PORTVERSION= 4203
+PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -33,4 +34,7 @@ PLIST_FILES= %%SITE_ARCH%%/Mail/OpenDKIM.pm \
%%PERL5_MAN3%%/Mail::OpenDKIM::Signature.3.gz \
%%PERL5_MAN3%%/Mail::OpenDKIM::Signer.3.gz
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Mail/OpenDKIM/OpenDKIM.so
+
.include <bsd.port.mk>