summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-01 09:35:29 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-01 09:35:29 +0000
commita0c727a41dace84bd64b06310ab0278b86bcb6a8 (patch)
tree465d40e73fb861715fc83c29c62d530eaf090f02 /Mk/bsd.port.mk
parentAdd support for new CATEGORIES and KEYWORDS fields. (diff)
Add default values and document them for CATEGORIES and KEYWORDS.
Notes
Notes: svn path=/head/; revision=1265
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index dd464762d57c..42cd2b88e3e1 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.127 1995/03/28 01:14:29 asami Exp $
+# $Id: bsd.port.mk,v 1.128 1995/04/01 09:34:11 jkh Exp $
#
# Please view me with 4 column tabs!
@@ -34,9 +34,9 @@
# MAINTAINER - The e-mail address of the contact person for this port
# (default: ports@FreeBSD.ORG).
# CATEGORIES - A list of descriptive categories into which this port falls
-# (no default - optional).
+# (default: orphans).
# KEYWORDS - A list of descriptive keywords that might index well for this
-# port (no default - optional).
+# port (default: orphans).
#
# Variables that typically apply to an individual port. Non-Boolean
# variables without defaults are *mandatory*.