summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-09-06 18:39:24 +0000
committerfredb <fredb@pkgsrc.org>2000-09-06 18:39:24 +0000
commita4783f72333ce94aad383db217904ed311f1c383 (patch)
tree5e04c86c2cda83aebd1bf7ccf843a6cd63678784 /mk
parentdaa46cdfcdb96220aa79292b77de89cc5c41c6d9 (diff)
downloadpkgsrc-a4783f72333ce94aad383db217904ed311f1c383.tar.gz
Move PKG_DEVELOPER and WRKOBJDIR out of the "NetBSD&" section, and into
the "packages only" section.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example26
1 files changed, 13 insertions, 13 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 9ad823028c6..05e037de728 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.149 2000/09/02 23:18:26 abs Exp $
+# $NetBSD: mk.conf.example,v 1.150 2000/09/06 18:39:24 fredb Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -25,13 +25,6 @@
# Firstly, definitions for NetBSD and package collection
#
-#PKG_DEVELOPER= yes
-# Run some sanity checks that package developers want:
-# * make sure patches apply with zero fuzz
-# * run check-shlibs to see that all binaries will find their libs
-# Possible: defined, not defined
-# Default: not defined
-
#MANZ=
# gzip manual pages at installation time
# Possible: defined, not defined
@@ -42,11 +35,6 @@
# Possible: defined, not defined
# Default: not defined
-#WRKOBJDIR= /usr/tmp
-# build here instead of in pkgsrc
-# Possible: any path
-# Default: not defined
-
#USETBL=
# Run raw manual pages through tbl(1) before piping through troff(1)
# when formatting manual pages.
@@ -58,6 +46,18 @@
# The following values are used to manage the packages collection as a whole.
#
+#PKG_DEVELOPER= yes
+# Run some sanity checks that package developers want:
+# * make sure patches apply with zero fuzz
+# * run check-shlibs to see that all binaries will find their libs
+# Possible: defined, not defined
+# Default: not defined
+
+#WRKOBJDIR= /usr/tmp
+# build here instead of in pkgsrc
+# Possible: any path
+# Default: not defined
+
#LOCALBASE= /usr/local
# Where non-X-based packages will be installed
# Possible: any path