summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-03-06 09:10:23 +0000
committerasami <asami@FreeBSD.org>1996-03-06 09:10:23 +0000
commit013d83681a0b687a7e3e45b7f77e30a1199be885 (patch)
tree5157b7487d7c831406b99b81180f33bb84d30fde /etc
parent34dd57c2c2cfb802f0b3a9f61c8e9330cf3e6482 (diff)
downloadFreeBSD-src-013d83681a0b687a7e3e45b7f77e30a1199be885.zip
FreeBSD-src-013d83681a0b687a7e3e45b7f77e30a1199be885.tar.gz
Add NOPORTDOCS, similar to NOMANCOMPRESS. It prohibits additional
port documentation (which can be things like postscript manuals describing every single of the 65,536 options) from being installed into ${PREFIX}/share/doc.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/make.conf8
-rw-r--r--etc/make.conf8
2 files changed, 14 insertions, 2 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index e4f26d9..db104e4 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.24 1996/01/05 18:54:07 ache Exp $
+# $Id: make.conf,v 1.25 1996/02/15 21:14:36 adam Exp $
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
# It allows you to override macro definitions to make without changing
@@ -39,6 +39,12 @@
#NOMANCOMPRESS= true
#
#
+# If you do not want additional documentation (some of which are
+# a few hundred KB's) for ports to be installed:
+#
+#NOPORTDOCS= true
+#
+#
# Default format for system documentation, depends on your printer.
# Set this to "ascii" for simple printers or screen
#
diff --git a/etc/make.conf b/etc/make.conf
index e4f26d9..db104e4 100644
--- a/etc/make.conf
+++ b/etc/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.24 1996/01/05 18:54:07 ache Exp $
+# $Id: make.conf,v 1.25 1996/02/15 21:14:36 adam Exp $
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
# It allows you to override macro definitions to make without changing
@@ -39,6 +39,12 @@
#NOMANCOMPRESS= true
#
#
+# If you do not want additional documentation (some of which are
+# a few hundred KB's) for ports to be installed:
+#
+#NOPORTDOCS= true
+#
+#
# Default format for system documentation, depends on your printer.
# Set this to "ascii" for simple printers or screen
#
OpenPOWER on IntegriCloud