summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-11-08 03:22:08 +0000
committermarcus <marcus@FreeBSD.org>2003-11-08 03:22:08 +0000
commit3d5f33dc5573321073ed83432570071c842e31fb (patch)
tree5100ae50ef9d28d5e22ba15a10fc2864ac87a57c /Mk/bsd.port.mk
parent18045698d6c46e41f29ec20c7f5292e34ff5889c (diff)
downloadFreeBSD-ports-3d5f33dc5573321073ed83432570071c842e31fb.zip
FreeBSD-ports-3d5f33dc5573321073ed83432570071c842e31fb.tar.gz
Document the new PORTDOCS macro. This is a comment change only.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index e4b374f..69fee5b 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -584,6 +584,16 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# INFO - A list of .info files (omitting the trailing ".info");
# only one entry per document!
#
+# Set the following to specify all documentation your port installs into
+# ${DOCSDIR}
+#
+# PORTDOCS - A list of files and directories relative to DOCSDIR.
+# Shell glob patterns can be used, directories include
+# the entire subtree of contained files and directories.
+# Should not be set when no documentation files are
+# installed (for example because NOPORTDOCS is defined).
+# Useful for dynamically generated documentation.
+#
# Default targets and their behaviors:
#
# fetch - Retrieves ${DISTFILES} (and ${PATCHFILES} if defined)
OpenPOWER on IntegriCloud