Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id CAE6A1A923E for ; Wed, 21 Oct 2020 15:25:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5AF7A84E58; Wed, 21 Oct 2020 15:25:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D6E7E84D65 for ; Wed, 21 Oct 2020 15:25:23 +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 XU7J7x9rbtgv for ; Wed, 21 Oct 2020 15:25:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3642A84D02 for ; Wed, 21 Oct 2020 15:25:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2FA2AFB28; Wed, 21 Oct 2020 15:25:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160329392386960" MIME-Version: 1.0 Date: Wed, 21 Oct 2020 15:25:23 +0000 From: "Kimmo Suominen" Subject: CVS commit: pkgsrc/security/doas To: pkgsrc-changes@NetBSD.org Reply-To: kim@netbsd.org X-Mailer: log_accum Message-Id: <20201021152523.2FA2AFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160329392386960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kim Date: Wed Oct 21 15:25:23 UTC 2020 Modified Files: pkgsrc/security/doas: Makefile Log Message: doas: Pass PKG_SYSCONFDIR to make To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/doas/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160329392386960 Content-Disposition: inline Content-Length: 758 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/doas/Makefile diff -u pkgsrc/security/doas/Makefile:1.9 pkgsrc/security/doas/Makefile:1.10 --- pkgsrc/security/doas/Makefile:1.9 Tue Apr 28 11:46:29 2020 +++ pkgsrc/security/doas/Makefile Wed Oct 21 15:25:23 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2020/04/28 11:46:29 nikita Exp $ +# $NetBSD: Makefile,v 1.10 2020/10/21 15:25:23 kim Exp $ DISTNAME= doas-6.2p4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=slicer69/} @@ -17,6 +17,7 @@ USE_TOOLS+= gmake yacc # Add any failing platforms as BROKEN_ON_PLATFORM. MAKE_ENV+= MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR} +MAKE_ENV+= SYSCONFDIR=${PKG_SYSCONFDIR:Q} SPECIAL_PERMS+= bin/doas ${SETUID_ROOT_PERMS} --_----------=_160329392386960--