summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-24 19:48:23 +0000
committertron <tron@pkgsrc.org>1999-04-24 19:48:23 +0000
commite96246650c4d207a90b53a5176fe2d7db89e51f7 (patch)
tree0e9749eb3a1ffa978c052aa3537e223ad06b8b65 /mk
parent332d5bafd0ac9bfa4a53b77148efbf818c1f8211 (diff)
downloadpkgsrc-e96246650c4d207a90b53a5176fe2d7db89e51f7.tar.gz
Add "DISTDIR", fixes PR pkg/7423 by Minoura Makoto.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example10
1 files changed, 8 insertions, 2 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 833919155e7..fa57b7db1e0 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.51 1999/04/15 20:41:32 tron Exp $
+# $NetBSD: mk.conf.example,v 1.52 1999/04/24 19:48:23 tron Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -53,11 +53,17 @@
# Possible: any path
# Default: ${LOCALBASE}/cross
-#X11BASE= /usr/X11R6 # Where X11 is installed on the system
+#X11BASE= /usr/X11R6 # Where X11 is installed on the system.
# (and the default install path of X11 pkgs)
# Possible: any path
# Default: /usr/X11R6
+#DISTDIR= ${PKGSRCDIR}/distfiles
+ # Directory where original distribution
+ # files are stored.
+ # Possible: any path you like
+ # Default: /usr/pkgsrc/distfiles
+
#PACKAGES= ${PKGSRCDIR}/packages/${MACHINE_ARCH}
# Store generated packages on a per-
# architecture base