diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-04-24 08:10:21 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-04-24 08:10:21 +0000 |
commit | 10d8b2494ee7ff6a1598c8f9240b8b9e7904243e (patch) | |
tree | ca635b2163ab915bd34ee27273dab058f9bfdb2a /security/p5-Net-SSLeay | |
parent | 0f18a5abda71ff0cf7ce1451ce1a3a1115fd9fdb (diff) | |
download | ports-10d8b2494ee7ff6a1598c8f9240b8b9e7904243e.tar.gz ports-10d8b2494ee7ff6a1598c8f9240b8b9e7904243e.zip |
Notes
Diffstat (limited to 'security/p5-Net-SSLeay')
-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> |