summaryrefslogtreecommitdiff
path: root/mk/mk.conf.example
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-07-06 15:12:04 +0000
committerhubertf <hubertf>2000-07-06 15:12:04 +0000
commit7021dfdff55ccb0194f6419eccbd26a2b2b08a4a (patch)
treee000e4f32e163ee1988eddfe293fc61a66993e76 /mk/mk.conf.example
parente4b7e0296c60103cd4198823bf78eb07c3de6385 (diff)
downloadpkgsrc-7021dfdff55ccb0194f6419eccbd26a2b2b08a4a.tar.gz
Add PKG_DEVELOPER
Diffstat (limited to 'mk/mk.conf.example')
-rw-r--r--mk/mk.conf.example9
1 files changed, 8 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 1acd1721346..5078b0baac6 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.142 2000/06/08 16:00:44 wennmach Exp $
+# $NetBSD: mk.conf.example,v 1.143 2000/07/06 15:12:04 hubertf Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -25,6 +25,13 @@
# 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