diff options
author | agc <agc> | 1999-04-13 15:31:04 +0000 |
---|---|---|
committer | agc <agc> | 1999-04-13 15:31:04 +0000 |
commit | 3ee562875ab6bb45172d13821411f389c781afd1 (patch) | |
tree | 10011f1b1df36d86736657a022b3a25bb9d7a76a /mk | |
parent | 37437787b6bd0afb32306ac95d822df30f896589 (diff) | |
download | pkgsrc-3ee562875ab6bb45172d13821411f389c781afd1.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.example | 7 |
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 |