diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 13:51:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 13:51:27 +0000 |
commit | 07cd20b334bcce67d925d228b1dc798c007141f0 (patch) | |
tree | 0b6795ee15e18090020cfa8444738bad46458587 /chat/xchat | |
parent | 2db9056f6e9918e76e686389fa7de8a0a3ed22b6 (diff) | |
download | pkgsrc-07cd20b334bcce67d925d228b1dc798c007141f0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/Makefile | 3 | ||||
-rw-r--r-- | chat/xchat/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 1da2f763385..4aac62652e8 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/05 15:30:22 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/16 13:51:34 wiz Exp $ DISTNAME= xchat-1.6.2 CATEGORIES= chat x11 gnome @@ -7,6 +7,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= tron@netbsd.org HOMEPAGE= http://xchat.org/ +COMMENT= X11 (X Window System) IRC client, using the GTK+ toolkit DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core DEPENDS+= python>=2.0:../../lang/python diff --git a/chat/xchat/pkg/COMMENT b/chat/xchat/pkg/COMMENT deleted file mode 100644 index 8f79ab54eac..00000000000 --- a/chat/xchat/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -X11 (X Window System) IRC client, using the GTK+ toolkit |