pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssl openssl: Fix packaging under macOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/def9f43e103e
branches:  trunk
changeset: 372712:def9f43e103e
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Dec 14 20:44:20 2017 +0000

description:
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:

 security/openssl/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r dbd81b80eebb -r def9f43e103e security/openssl/Makefile
--- a/security/openssl/Makefile Thu Dec 14 20:44:14 2017 +0000
+++ b/security/openssl/Makefile Thu Dec 14 20:44:20 2017 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index