pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Add explanations (and commented-out defaults) for B...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0029f5c6c790
branches:  trunk
changeset: 463451:0029f5c6c790
user:      agc <agc%pkgsrc.org@localhost>
date:      Tue Nov 11 14:32:06 2003 +0000

description:
Add explanations (and commented-out defaults) for BSDSRCDIR and BSDXSRCDIR.

diffstat:

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

diffs (29 lines):

diff -r bde503b36f46 -r 0029f5c6c790 mk/bsd.pkg.defaults.mk
--- a/mk/bsd.pkg.defaults.mk    Tue Nov 11 13:39:09 2003 +0000
+++ b/mk/bsd.pkg.defaults.mk    Tue Nov 11 14:32:06 2003 +0000
@@ -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 @@
 # 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.



Home | Main Index | Thread Index | Old Index