diff options
author | asami <asami@FreeBSD.org> | 1995-11-26 11:29:21 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-26 11:29:21 +0000 |
commit | 11f6c788138cbf63b70c33e4fa0998fb70cd4f80 (patch) | |
tree | 94a775721e79d742b4cacf009b0606de6b79f0ea /devel/xxgdb | |
parent | 7a22691049d0171969de687779585473ae8699d7 (diff) | |
download | FreeBSD-ports-11f6c788138cbf63b70c33e4fa0998fb70cd4f80.zip FreeBSD-ports-11f6c788138cbf63b70c33e4fa0998fb70cd4f80.tar.gz |
Change gategory name "development" -> "devel". Also take out the
"programming" that was in some of them, it's pretty obvious what
we are talking about here.
Diffstat (limited to 'devel/xxgdb')
-rw-r--r-- | devel/xxgdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xxgdb/Makefile b/devel/xxgdb/Makefile index 5dfeb39..52bd198 100644 --- a/devel/xxgdb/Makefile +++ b/devel/xxgdb/Makefile @@ -3,11 +3,11 @@ # Date created: 2 May 1995 # Whom: jkh # -# $Id: Makefile,v 1.2 1995/06/20 08:01:29 asami Exp $ +# $Id: Makefile,v 1.3 1995/11/26 10:24:02 asami Exp $ # DISTNAME= xxgdb-1.12 -CATEGORIES+= development programming +CATEGORIES+= devel MASTER_SITES= ftp://ftp.x.org/contrib/utilities/ \ ftp://crl.dec.com/pub/X11/contrib/utilities/ |