pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libressl



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Nov  2 08:17:43 UTC 2020

Modified Files:
        pkgsrc/security/libressl: Makefile

Log Message:
Not ${PREFIX}/etc, ${PKG_SYSCONFDIR}.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/libressl/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/libressl/Makefile
diff -u pkgsrc/security/libressl/Makefile:1.14 pkgsrc/security/libressl/Makefile:1.15
--- pkgsrc/security/libressl/Makefile:1.14      Sun Jan 26 17:32:04 2020
+++ pkgsrc/security/libressl/Makefile   Mon Nov  2 08:17:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/01/26 17:32:04 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2020/11/02 08:17:43 schmonz Exp $
 
 DISTNAME=      libressl-2.7.4
 CATEGORIES=    security
@@ -49,6 +49,6 @@ PLIST.man=    yes
 post-install:
        cd ${WRKSRC}/apps/openssl; ${INSTALL_DATA} ${CONFS} ${DESTDIR}${EGDIR}
        mv ${DESTDIR}${PREFIX}/libressl/lib/pkgconfig ${DESTDIR}${PREFIX}/lib
-       ${RM} -r ${DESTDIR}${PREFIX}/etc/libressl
+       ${RM} -r ${DESTDIR}${PKG_SYSCONFDIR}
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index