pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libressl Not ${PREFIX}/etc, ${PKG_SYSCONFDIR}.
details: https://anonhg.NetBSD.org/pkgsrc/rev/423730678289
branches: trunk
changeset: 441357:423730678289
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Mon Nov 02 08:17:43 2020 +0000
description:
Not ${PREFIX}/etc, ${PKG_SYSCONFDIR}.
diffstat:
security/libressl/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 2d951fcc0a08 -r 423730678289 security/libressl/Makefile
--- a/security/libressl/Makefile Sun Nov 01 23:06:39 2020 +0000
+++ b/security/libressl/Makefile Mon Nov 02 08:17:43 2020 +0000
@@ -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 @@
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