diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-01 17:35:29 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-01 17:35:29 +0800 |
commit | f3904db96859358111eb8ea964d9434e42b15fd2 (patch) | |
tree | 229ad63b0366f7ec1148205294e2c4dc9830ee7d /Mk | |
parent | 5c6311a2f17459a858580259fd9e7bdabe569eff (diff) | |
download | freebsd-ports-gnome-f3904db96859358111eb8ea964d9434e42b15fd2.tar.gz freebsd-ports-gnome-f3904db96859358111eb8ea964d9434e42b15fd2.tar.zst freebsd-ports-gnome-f3904db96859358111eb8ea964d9434e42b15fd2.zip |
Add default values and document them for CATEGORIES and KEYWORDS.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 6 |
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*. |