diff options
author | fredb <fredb> | 2000-09-06 18:39:24 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-09-06 18:39:24 +0000 |
commit | 78452331c187fc2aee83ee265e0f94cb41d75408 (patch) | |
tree | 5e04c86c2cda83aebd1bf7ccf843a6cd63678784 /mk | |
parent | 4591b9957d1b083bffd2c2a2c24cc46ca2ab810c (diff) | |
download | pkgsrc-78452331c187fc2aee83ee265e0f94cb41d75408.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.example | 26 |
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 |