pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk After some discussion, default BSDSRCDIR to /usr/sr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6234510966cf
branches:  trunk
changeset: 463476:6234510966cf
user:      agc <agc%pkgsrc.org@localhost>
date:      Wed Nov 12 17:24:38 2003 +0000

description:
After some discussion, default BSDSRCDIR to /usr/src if it's not
already set in /etc/mk.conf, and default BSDXSRCDIR to /usr/xsrc if
it's not already set in /etc/mk.conf.

diffstat:

 mk/bsd.pkg.defaults.mk |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 8d3d3e940bb6 -r 6234510966cf mk/bsd.pkg.defaults.mk
--- a/mk/bsd.pkg.defaults.mk    Wed Nov 12 16:12:22 2003 +0000
+++ b/mk/bsd.pkg.defaults.mk    Wed Nov 12 17:24:38 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.191 2003/11/11 14:32:06 agc Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.192 2003/11/12 17:24:38 agc Exp $
 #
 
 # A file providing defaults for pkgsrc and the packages collection.
@@ -140,18 +140,18 @@
 # Possible: any path
 # Default: ${X11PREFIX} or where lesstif12 is installed
 
-#BSDSRCDIR?=   /usr/src
+BSDSRCDIR?=    /usr/src
 # Where the NetBSD src module source tree is located
 #  used in the emulators/plex86, emulators/vmware-module{,3}, net/arla,
 #  sysutils/aperture, and sysutils/fdgw packages
 # Possible: any path
-# Default: not defined
+# Default: /usr/src
 
-#BSDXSRCDIR?=  /usr/xsrc
+BSDXSRCDIR?=   /usr/xsrc
 # Where the NetBSD xsrc module source tree is located
 #  used in the x11/xservers package
 # Possible: any path
-# Default: not defined
+# Default: /usr/xsrc
 
 DISTDIR?=      ${_PKGSRCDIR}/distfiles
 # Directory where original distribution



Home | Main Index | Thread Index | Old Index