summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-09 10:24:09 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-09 10:24:09 +0000
commitcf08055c47da6a20c3a794cc30799a4dfb37f0a6 (patch)
tree7cfecd4863c27cffee64cae50c9f1928a8a7e040 /Mk/bsd.port.mk
parentAnd now, yet another round of Makefile updates, devel version! (diff)
1. Fix the first line (should be a proper comment - silly emacs).
2. KEYWORDS+= CATEGORIES 3. CATEGORIES+= all (always want to be in "all"!)
Notes
Notes: svn path=/head/; revision=1315
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 46776aad1206..8f373cac4823 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1,9 +1,9 @@
- -*- mode: Fundamental; tab-width: 4; -*-
+#-*- mode: Fundamental; tab-width: 4; -*-
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.132 1995/04/04 05:57:19 jkh Exp $
+# $Id: bsd.port.mk,v 1.133 1995/04/09 09:59:42 asami Exp $
#
# Please view me with 4 column tabs!
@@ -265,7 +265,8 @@ PKGNAME?= ${DISTNAME}
# Documentation
MAINTAINER?= ports@FreeBSD.ORG
CATEGORIES?= orphans
-KEYWORDS?= ${CATEGORIES}
+CATEGORIES+= all
+KEYWORDS+= ${CATEGORIES}
PKGREPOSITORYSUBDIR?= .package
PKGREPOSITORY?= ${PACKAGES}/${PKGREPOSITORYSUBDIR}