diff options
author | tron <tron@pkgsrc.org> | 1999-05-11 20:44:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-11 20:44:44 +0000 |
commit | 8e0a040624766eaa37699301b85561786bc13b33 (patch) | |
tree | a441d02659113ce5337308763b5f19b03f6875dd | |
parent | edabe54d2962dcbe0b8dca0e9ac826ffe3d619c4 (diff) | |
download | pkgsrc-8e0a040624766eaa37699301b85561786bc13b33.tar.gz |
Fix typo in the category list.
-rw-r--r-- | sysutils/gmc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gmc/Makefile b/sysutils/gmc/Makefile index 85570bc95ed..4df72837e8f 100644 --- a/sysutils/gmc/Makefile +++ b/sysutils/gmc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 1999/04/16 22:54:02 tron Exp $ +# $NetBSD: Makefile,v 1.6 1999/05/11 20:44:44 tron Exp $ DISTNAME= mc-4.5.30 PKGNAME= gmc-4.5.30 -CATEGORIES= systuils gnome +CATEGORIES= sysutils gnome MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ \ ftp://ftp.jimpick.com/pub/mirrors/gnome/gnome-1.0/sources/ \ ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/gnome-1.0/sources/ |