pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/openssl



Module Name:    pkgsrc
Committed By:   tron
Date:           Thu Dec 14 20:44:20 UTC 2017

Modified Files:
        pkgsrc/security/openssl: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.235 -r1.236 pkgsrc/security/openssl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/openssl/Makefile
diff -u pkgsrc/security/openssl/Makefile:1.235 pkgsrc/security/openssl/Makefile:1.236
--- pkgsrc/security/openssl/Makefile:1.235      Thu Dec 14 09:18:47 2017
+++ pkgsrc/security/openssl/Makefile    Thu Dec 14 20:44:20 2017
@@ -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



Home | Main Index | Thread Index | Old Index