diff options
Diffstat (limited to 'security/p5-Net-SSLeay/Makefile')
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index 9c5e0dfef294..2f7194466245 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -3,6 +3,7 @@ PORTNAME= Net-SSLeay PORTVERSION= 1.58 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -26,8 +27,9 @@ PORTEXAMPLES= * SHEBANG_FILES= examples/*.pl post-install: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ - ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${STAGEDIR}${EXAMPLESDIR}/ + ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Net/SSLeay/SSLeay.so + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/req.conf ${STAGEDIR}${EXAMPLESDIR}/req.conf .include <bsd.port.mk> |