pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/pkgin
Module Name: pkgsrc
Committed By: kim
Date: Thu Jul 9 10:46:24 UTC 2020
Modified Files:
pkgsrc/pkgtools/pkgin: Makefile
Log Message:
Pass PKG_SYSCONFDIR to configure
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/pkgtools/pkgin/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/pkgin/Makefile
diff -u pkgsrc/pkgtools/pkgin/Makefile:1.103 pkgsrc/pkgtools/pkgin/Makefile:1.104
--- pkgsrc/pkgtools/pkgin/Makefile:1.103 Tue Jun 2 08:24:37 2020
+++ pkgsrc/pkgtools/pkgin/Makefile Thu Jul 9 10:46:24 2020
@@ -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}
Home |
Main Index |
Thread Index |
Old Index