Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgin Pass PKG_SYSCONFDIR to configure



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5433f46a4b3
branches:  trunk
changeset: 435560:b5433f46a4b3
user:      kim <kim%pkgsrc.org@localhost>
date:      Thu Jul 09 10:46:24 2020 +0000

description:
Pass PKG_SYSCONFDIR to configure

diffstat:

 pkgtools/pkgin/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8a6e01e1f4a4 -r b5433f46a4b3 pkgtools/pkgin/Makefile
--- a/pkgtools/pkgin/Makefile   Thu Jul 09 10:04:53 2020 +0000
+++ b/pkgtools/pkgin/Makefile   Thu Jul 09 10:46:24 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2020/06/02 08:24:37 adam Exp $
+# $NetBSD: Makefile,v 1.104 2020/07/09 10:46:24 kim Exp $
 
 DISTNAME=              pkgin-20.5.1
 PKGREVISION=           1
@@ -25,6 +25,7 @@
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-maintainer-mode
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --with-dbdir=${VARBASE}/db/pkgin
 CONFIGURE_ARGS+=       --with-machine-arch=${MACHINE_ARCH}
 CONFIGURE_ARGS+=       --with-pkg-install=${PKG_TOOLS_BIN}



Home | Main Index | Thread Index | Old Index