aboutsummaryrefslogtreecommitdiff
path: root/security/libressl-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libressl-devel/Makefile')
-rw-r--r--security/libressl-devel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/libressl-devel/Makefile b/security/libressl-devel/Makefile
index 8c4574f9c5be..be23b1c50546 100644
--- a/security/libressl-devel/Makefile
+++ b/security/libressl-devel/Makefile
@@ -1,5 +1,6 @@
PORTNAME= libressl
PORTVERSION= 3.8.1
+PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= OPENBSD/LibreSSL
PKGNAMESUFFIX= -devel
@@ -63,6 +64,8 @@ post-patch-MAN3-off:
post-install:
${RM} -r ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem
+ ${RMDIR} ${STAGEDIR}${PREFIX}/etc/ssl/certs
+ ${LN} -s /etc/ssl/certs ${STAGEDIR}${PREFIX}/etc/ssl/certs
post-stage-MAN3-on:
(cd ${STAGEDIR}${MANPREFIX}; ${FIND} man/man3 -not -type d | \