summaryrefslogtreecommitdiff
path: root/pkgtools/pkgin
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2020-07-09 10:46:24 +0000
committerkim <kim@pkgsrc.org>2020-07-09 10:46:24 +0000
commitd7e0bdf44a6342f44cef9d8ae148f4214842e650 (patch)
treeaf30940f87a012b4582984bb25d574d42ad46405 /pkgtools/pkgin
parent749a0d182e1a049412e0563839225455757ff388 (diff)
downloadpkgsrc-d7e0bdf44a6342f44cef9d8ae148f4214842e650.tar.gz
Pass PKG_SYSCONFDIR to configure
Diffstat (limited to 'pkgtools/pkgin')
-rw-r--r--pkgtools/pkgin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile
index 4c093cf23bf..1a3d060558f 100644
--- a/pkgtools/pkgin/Makefile
+++ b/pkgtools/pkgin/Makefile
@@ -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 @@ BUILD_DEFS+= VARBASE
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}