pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/doas



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.

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}
 



Home | Main Index | Thread Index | Old Index