pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk mk/bsd.prefs.mk: add PREFIX to show-all-dirs



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4818cd5edbff
branches:  trunk
changeset: 413776:4818cd5edbff
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 22 11:07:14 2020 +0000

description:
mk/bsd.prefs.mk: add PREFIX to show-all-dirs

diffstat:

 mk/bsd.prefs.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 812e9659d0e3 -r 4818cd5edbff mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Sun Mar 22 11:05:50 2020 +0000
+++ b/mk/bsd.prefs.mk   Sun Mar 22 11:07:14 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.406 2020/01/21 10:50:48 kamil Exp $
+# $NetBSD: bsd.prefs.mk,v 1.407 2020/03/22 11:07:14 rillig Exp $
 #
 # This file includes the mk.conf file, which contains the user settings.
 #
@@ -834,7 +834,7 @@
 _VARGROUPS+=           dirs
 _USER_VARS.dirs=       DISTDIR LOCALBASE PACKAGES PKG_SYSCONFDIR WRKOBJDIR
 _PKG_VARS.dirs=                WRKSRC PATCHDIR FILESDIR PKGDIR
-_SYS_VARS.dirs=                WRKDIR DESTDIR PKG_SYSCONFBASEDIR
+_SYS_VARS.dirs=                WRKDIR DESTDIR PREFIX PKG_SYSCONFBASEDIR
 
 # List of 64bit operating systems with sizeof(int) != sizeof(void *).
 # This can be used with BROKEN_ON_PLATFORM for software that is not



Home | Main Index | Thread Index | Old Index