diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-09 18:24:09 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-09 18:24:09 +0800 |
commit | f14e5f0b835e341ade3390b49e3bf691734554af (patch) | |
tree | 8be8e7196a23d2f15a5f7b315a4262636988959f /Mk | |
parent | dd829b5c43a876676f8f2189749670b749e7b0ac (diff) | |
download | freebsd-ports-gnome-f14e5f0b835e341ade3390b49e3bf691734554af.tar.gz freebsd-ports-gnome-f14e5f0b835e341ade3390b49e3bf691734554af.tar.zst freebsd-ports-gnome-f14e5f0b835e341ade3390b49e3bf691734554af.zip |
1. Fix the first line (should be a proper comment - silly emacs).
2. KEYWORDS+= CATEGORIES
3. CATEGORIES+= all (always want to be in "all"!)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 7 |
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} |