diff options
author | tron <tron@pkgsrc.org> | 2007-03-12 12:46:29 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-03-12 12:46:29 +0000 |
commit | 6e4e9c269c3126dbe194409eed1fc22b5fbaaa99 (patch) | |
tree | 471c3fbbc005f0ea3f8266bc260e9482b139543f /chat/xchat-python | |
parent | 1292edc7f18e71c9bc1f38fda35d376590bc93e9 (diff) | |
download | pkgsrc-6e4e9c269c3126dbe194409eed1fc22b5fbaaa99.tar.gz |
Make spelling of XChat consistent (It's neither "X-Chat" nor "xchat").
Diffstat (limited to 'chat/xchat-python')
-rw-r--r-- | chat/xchat-python/DESCR | 4 | ||||
-rw-r--r-- | chat/xchat-python/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/xchat-python/DESCR b/chat/xchat-python/DESCR index 298512ac810..da0717c5efb 100644 --- a/chat/xchat-python/DESCR +++ b/chat/xchat-python/DESCR @@ -1,2 +1,2 @@ -X-Chat is a graphical IRC client that runs on UNIX-like systems. -This is a Python scripting plugin for X-Chat. +XChat is a graphical IRC client that runs on UNIX-like systems. +This is a Python scripting plugin for XChat. diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile index 3421ef59a90..e011a316e21 100644 --- a/chat/xchat-python/Makefile +++ b/chat/xchat-python/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2006/03/28 17:38:32 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2007/03/12 12:46:29 tron Exp $ .include "../../chat/xchat/Makefile.common" PKGNAME= ${DISTNAME:S/-/-python-/} MAINTAINER= tron@NetBSD.org -COMMENT= Python scripting plugin for xchat +COMMENT= Python scripting plugin for XChat DEPENDS+= xchat>=2.0.0:../../chat/xchat |