pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_comp



Module Name:    pkgsrc
Committed By:   jmmv
Date:           Wed Apr 26 00:48:14 UTC 2017

Modified Files:
        pkgsrc/pkgtools/pkg_comp: Makefile

Log Message:
Fix sysconfdir settings for pkg_comp.

This allows the default configuration in pkg_comp to properly find the
default configuration of sandboxctl.

Bump PKGREVISION to 1.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/pkgtools/pkg_comp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkg_comp/Makefile
diff -u pkgsrc/pkgtools/pkg_comp/Makefile:1.58 pkgsrc/pkgtools/pkg_comp/Makefile:1.59
--- pkgsrc/pkgtools/pkg_comp/Makefile:1.58      Mon Feb 20 11:15:19 2017
+++ pkgsrc/pkgtools/pkg_comp/Makefile   Wed Apr 26 00:48:14 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2017/02/20 11:15:19 jmmv Exp $
+# $NetBSD: Makefile,v 1.59 2017/04/26 00:48:14 jmmv Exp $
 
 DISTNAME=      pkg_comp-2.0
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jmmv/}pkg_comp/releases/download/pkg_comp-2.0/
 
@@ -16,8 +17,8 @@ USE_LANGUAGES=                # empty
 USE_TOOLS=             pkg-config
 
 PKG_SYSCONFSUBDIR=     pkg_comp
-CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+=       PKG_COMP_CONFSUBDIR=
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASE}
+CONFIGURE_ARGS+=       PKG_COMP_CONFSUBDIR=${PKG_SYSCONFSUBDIR}
 CONFIGURE_ARGS+=       SANDBOXCTL=${PREFIX}/sbin/sandboxctl
 INSTALL_MAKE_FLAGS+=   pkg_comp_confdir=${EGDIR}
 EGDIR=                 ${PREFIX}/share/examples/pkg_comp



Home | Main Index | Thread Index | Old Index