aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-11-08 11:22:08 +0800
committermarcus <marcus@FreeBSD.org>2003-11-08 11:22:08 +0800
commit3d5f33dc5573321073ed83432570071c842e31fb (patch)
tree5100ae50ef9d28d5e22ba15a10fc2864ac87a57c /Mk
parent18045698d6c46e41f29ec20c7f5292e34ff5889c (diff)
downloadfreebsd-ports-gnome-3d5f33dc5573321073ed83432570071c842e31fb.tar.gz
freebsd-ports-gnome-3d5f33dc5573321073ed83432570071c842e31fb.tar.zst
freebsd-ports-gnome-3d5f33dc5573321073ed83432570071c842e31fb.zip
Document the new PORTDOCS macro. This is a comment change only.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to '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)