aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-SMIME/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Crypt-SMIME/Makefile')
-rw-r--r--security/p5-Crypt-SMIME/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Crypt-SMIME/Makefile b/security/p5-Crypt-SMIME/Makefile
index 52510ef82cd3..0fc5477215c0 100644
--- a/security/p5-Crypt-SMIME/Makefile
+++ b/security/p5-Crypt-SMIME/Makefile
@@ -2,6 +2,7 @@
PORTNAME= Crypt-SMIME
PORTVERSION= 0.15
+PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -22,6 +23,6 @@ USE_OPENSSL= yes
USE_PERL5= configure
post-stage:
- ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Crypt/SMIME/SMIME.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/SMIME/SMIME.so
.include <bsd.port.mk>