diff options
author | agc <agc@pkgsrc.org> | 2003-11-12 17:24:38 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-11-12 17:24:38 +0000 |
commit | bfd8042a083b91a3df1b4e53a4b3272958632be5 (patch) | |
tree | eabebb62b41c5265653f51972bc644ad956699e2 /mk | |
parent | 2a7539277356c3502c9188c2c2ef898b743ad23b (diff) | |
download | pkgsrc-bfd8042a083b91a3df1b4e53a4b3272958632be5.tar.gz |
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 (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index cf34191b4c3..2acc3b346c6 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -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 @@ CROSSBASE?= ${LOCALBASE}/cross # 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 |