diff options
author | agc <agc@pkgsrc.org> | 2003-11-11 14:32:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-11-11 14:32:06 +0000 |
commit | 47a5ba03128773287483b74f2e84ff1af570362b (patch) | |
tree | b6d130be59e233f8a2bd398beec64d39622486f8 /mk | |
parent | 261329859bfb9c1d4dbe2f8d34843608612959d8 (diff) | |
download | pkgsrc-47a5ba03128773287483b74f2e84ff1af570362b.tar.gz |
Add explanations (and commented-out defaults) for BSDSRCDIR and BSDXSRCDIR.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index f572428c2c9..cf34191b4c3 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.190 2003/11/07 13:55:02 dmcmahill Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.191 2003/11/11 14:32:06 agc Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -140,6 +140,19 @@ CROSSBASE?= ${LOCALBASE}/cross # Possible: any path # Default: ${X11PREFIX} or where lesstif12 is installed +#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 + +#BSDXSRCDIR?= /usr/xsrc +# Where the NetBSD xsrc module source tree is located +# used in the x11/xservers package +# Possible: any path +# Default: not defined + DISTDIR?= ${_PKGSRCDIR}/distfiles # Directory where original distribution # files are stored. |