summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.defaults.mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-11-11 14:32:06 +0000
committeragc <agc@pkgsrc.org>2003-11-11 14:32:06 +0000
commit23ec0f4203eb9b217c1854654ad8bd428aae3c17 (patch)
treeb6d130be59e233f8a2bd398beec64d39622486f8 /mk/bsd.pkg.defaults.mk
parent6541bd67d72dea6707619e6e2ebcbc834662cbcf (diff)
downloadpkgsrc-23ec0f4203eb9b217c1854654ad8bd428aae3c17.tar.gz
Add explanations (and commented-out defaults) for BSDSRCDIR and BSDXSRCDIR.
Diffstat (limited to 'mk/bsd.pkg.defaults.mk')
-rw-r--r--mk/bsd.pkg.defaults.mk15
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.