diff options
author | snj <snj@pkgsrc.org> | 2004-04-26 20:51:57 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-26 20:51:57 +0000 |
commit | 2e8569a7e201fab7eaa4d3efde96dfb3ea557af6 (patch) | |
tree | 96fa1e69a98e3fe2a9e7199950002b2d7c2f1a63 /chat | |
parent | c46e44e9d098b7f13272f4b740e693580ee3ff3c (diff) | |
download | pkgsrc-2e8569a7e201fab7eaa4d3efde96dfb3ea557af6.tar.gz |
CATEGORIES is spelled with a C.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gaim-gtk1/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gaim-gtk1/Makefile.common b/chat/gaim-gtk1/Makefile.common index cc0c114de27..51dfedc6068 100644 --- a/chat/gaim-gtk1/Makefile.common +++ b/chat/gaim-gtk1/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.10 2004/04/25 04:16:43 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.11 2004/04/26 20:51:57 snj Exp $ # DISTNAME= gaim-0.59.8 PKGREVISION= 6 -ATEGORIES= chat x11 +CATEGORIES= chat x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/} \ ftp://ftp.marko.net/pub/gaim/ |