summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-04-13 15:31:04 +0000
committeragc <agc@pkgsrc.org>1999-04-13 15:31:04 +0000
commite20be6c347e1a161c46b6d9315b5ab31353dc84d (patch)
tree10011f1b1df36d86736657a022b3a25bb9d7a76a /mk
parentfed2323244a8741193ec0ca8e1e2711cefec7a08 (diff)
downloadpkgsrc-e20be6c347e1a161c46b6d9315b5ab31353dc84d.tar.gz
Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example7
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 20169a5e1ed..16b2c5eaad3 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.49 1999/03/31 09:04:19 agc Exp $
+# $NetBSD: mk.conf.example,v 1.50 1999/04/13 15:31:07 agc Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -223,11 +223,6 @@ NMH_MTA= smtp # default MTA for use in nmh.
# Possible: smtp or sendmail.
# Default: smtp
-#NOPORTDOCS= # If defined, used to stop installation of
- # any documentation.
- # Possible: defined, not defined
- # Default: not defined.
-
#NOMANINSTALL= # Used in expact package to stop installation
# of manual pages.
# Possible: defined, not defined