Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E0F5984D0E for ; Thu, 16 Nov 2023 07:51:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id z1vkj2hVEPfU for ; Thu, 16 Nov 2023 07:51:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4099284CE8 for ; Thu, 16 Nov 2023 07:51:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3258AFA3D; Thu, 16 Nov 2023 07:51:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1700121102118490" MIME-Version: 1.0 Date: Thu, 16 Nov 2023 07:51:42 +0000 From: "matthew green" Subject: CVS commit: pkgsrc/security/p11-kit To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mrg@netbsd.org X-Mailer: log_accum Message-Id: <20231116075142.3258AFA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1700121102118490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1700121102118490 Content-Disposition: inline Content-Length: 786 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_1700121102118490--