pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p11-kit
Module Name: pkgsrc
Committed By: mrg
Date: Thu Nov 16 07:51:42 UTC 2023
Modified Files:
pkgsrc/security/p11-kit: Makefile
Log Message:
use PKG_SYSCONFDIR instead of PREFIX/usr.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/security/p11-kit/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/p11-kit/Makefile
diff -u pkgsrc/security/p11-kit/Makefile:1.30 pkgsrc/security/p11-kit/Makefile:1.31
--- pkgsrc/security/p11-kit/Makefile:1.30 Wed Nov 15 20:47:45 2023
+++ pkgsrc/security/p11-kit/Makefile Thu Nov 16 07:51:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2023/11/15 20:47:45 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2023/11/16 07:51:41 mrg Exp $
DISTNAME= p11-kit-0.25.2
CATEGORIES= security
@@ -44,7 +44,7 @@ CONF_FILES+= share/examples/p11-kit/pkc
INSTALLATION_DIRS+= share/examples/p11-kit
post-install:
- mv ${DESTDIR}${PREFIX}/etc/pkcs11/pkcs11.conf.example \
+ mv ${DESTDIR}${PKG_SYSCONFDIR}/pkcs11/pkcs11.conf.example \
${DESTDIR}${PREFIX}/share/examples/p11-kit
.include "../../devel/libffi/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index