summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2017-12-14 20:44:20 +0000
committertron <tron@pkgsrc.org>2017-12-14 20:44:20 +0000
commitb4509ab1f379fb5a4981aa9056b9807f2e547a8d (patch)
tree0298e10477480f37a22d1a075ebbf1fa57304290 /security
parenta346b88c4a36147b42b47541b2f8550d3ed834b0 (diff)
downloadpkgsrc-b4509ab1f379fb5a4981aa9056b9807f2e547a8d.tar.gz
openssl: Fix packaging under macOS
The last change for fixing packaging under macOS did not work when the object directory resides on a case insensitive file-system.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 4a4fb04f45a..f91e8e688e8 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.235 2017/12/14 09:18:47 jperkin Exp $
+# $NetBSD: Makefile,v 1.236 2017/12/14 20:44:20 tron Exp $
DISTNAME= openssl-1.0.2n
PKGREVISION= 1
@@ -177,7 +177,9 @@ pre-configure:
PLIST_VARS+= notmac
.if ${OPSYS} == "Darwin"
post-install:
+ ${CP} -p ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3/BN_print.3 ${WRKDIR}
${RM} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3/bn_print.3*
+ ${MV} -f ${WRKDIR}/BN_print.3 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
.else
PLIST.notmac= yes
.endif