aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Net-SSLeay/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Net-SSLeay/Makefile')
-rw-r--r--security/p5-Net-SSLeay/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index b2451487ba72..448e066e217c 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-SSLeay
-PORTVERSION= 1.36
+PORTVERSION= 1.38
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -22,8 +22,9 @@ MAN3= Net::SSLeay.3 Net::SSLeay::Handle.3
.if !defined(NOPORTEXAMPLES)
PORTEXAMPLES= *
+
post-install:
- @${MKDIR} ${EXAMPLESDIR}
+ ${MKDIR} ${EXAMPLESDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKSRC}/examples/req.conf ${EXAMPLESDIR}/req.conf
.endif