diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
commit | ac3066bf75f468401e4a8243ba4ea731c187b370 (patch) | |
tree | e3a493de948df0105f48151974dbe8794e55fc20 /devel/gmake381/Makefile | |
parent | By default, KEYWORDS is a copy of CATEGORIES. (diff) |
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
Notes
Notes:
svn path=/head/; revision=1267
Diffstat (limited to 'devel/gmake381/Makefile')
-rw-r--r-- | devel/gmake381/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/gmake381/Makefile b/devel/gmake381/Makefile index 76a4c4135a13..62410f9b9237 100644 --- a/devel/gmake381/Makefile +++ b/devel/gmake381/Makefile @@ -3,7 +3,7 @@ # Date created: 11 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.4 1994/10/04 15:47:32 jkh Exp $ +# $Id: Makefile,v 1.5 1994/11/28 23:33:53 torstenb Exp $ # DISTNAME= make-3.72.1 @@ -11,6 +11,7 @@ GNU_CONFIGURE= yes # Commented out, often busy # MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ # Mirror: -MASTER_SITES= ftp://ftp.uu.net/systems/gnu/ +MASTER_SITES= ftp://ftp.uu.net/systems/gnu/ +CATEGORIES+= development programming .include <bsd.port.mk> |