diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-09 10:24:09 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-09 10:24:09 +0000 |
commit | cf08055c47da6a20c3a794cc30799a4dfb37f0a6 (patch) | |
tree | 7cfecd4863c27cffee64cae50c9f1928a8a7e040 /Mk/bsd.port.mk | |
parent | 608af4593920650a4120f3b6075db2fadb2d7cc5 (diff) | |
download | ports-cf08055c47da6a20c3a794cc30799a4dfb37f0a6.tar.gz ports-cf08055c47da6a20c3a794cc30799a4dfb37f0a6.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.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} |