aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-08 03:22:08 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-08 03:22:08 +0000
commit35cd093dc038b8e09abd2098eae49b4ad36e05f3 (patch)
tree5dbfe61e28b4b1caa0fd8755aef9110ec9a781c4 /Mk/bsd.port.mk
parentdbea99b76b90a7bf2b31094ef5e1c69572f938b3 (diff)
downloadports-35cd093dc038b8e09abd2098eae49b4ad36e05f3.tar.gz
ports-35cd093dc038b8e09abd2098eae49b4ad36e05f3.zip
Document the new PORTDOCS macro. This is a comment change only.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes: svn path=/head/; revision=93346
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 e4b374f1ef48..69fee5bb392c 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)