pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 11:07:14 UTC 2020

Modified Files:
        pkgsrc/mk: bsd.prefs.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.406 -r1.407 pkgsrc/mk/bsd.prefs.mk

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

Modified files:

Index: pkgsrc/mk/bsd.prefs.mk
diff -u pkgsrc/mk/bsd.prefs.mk:1.406 pkgsrc/mk/bsd.prefs.mk:1.407
--- pkgsrc/mk/bsd.prefs.mk:1.406        Tue Jan 21 10:50:48 2020
+++ pkgsrc/mk/bsd.prefs.mk      Sun Mar 22 11:07:14 2020
@@ -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 @@ RECURSIVE_MAKE=             ${PKGSRC_SETENV} ${PKGS
 _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