diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 10:01:49 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 10:01:49 +0000 |
commit | 8938ad51ee770a85d67fd2e77d524ffae87efe38 (patch) | |
tree | a7360fc6776bac67cb0e6e8a87729334d323321e | |
parent | a0c727a41dace84bd64b06310ab0278b86bcb6a8 (diff) | |
download | freebsd-ports-8938ad51ee770a85d67fd2e77d524ffae87efe38.zip |
By default, KEYWORDS is a copy of CATEGORIES.
-rw-r--r-- | Mk/bsd.port.mk | 4 |
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} |