summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-01 10:01:49 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-01 10:01:49 +0000
commit8938ad51ee770a85d67fd2e77d524ffae87efe38 (patch)
treea7360fc6776bac67cb0e6e8a87729334d323321e /Mk/bsd.port.mk
parentAdd default values and document them for CATEGORIES and KEYWORDS. (diff)
By default, KEYWORDS is a copy of CATEGORIES.
Notes
Notes: svn path=/head/; revision=1266
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 42cd2b88e3e1..7c80a8d7cbe6 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.128 1995/04/01 09:34:11 jkh Exp $
+# $Id: bsd.port.mk,v 1.129 1995/04/01 09:35:29 jkh Exp $
#
# Please view me with 4 column tabs!
@@ -264,7 +264,7 @@ PKGNAME?= ${DISTNAME}
# Documentation
MAINTAINER?= ports@FreeBSD.ORG
CATEGORIES?= orphans
-KEYWORDS?= orphans
+KEYWORDS?= ${CATEGORIES}
.if exists(${PACKAGES})
PKGFILE?= ${PACKAGES}/${PKGNAME}${PKG_SUFX}