diff options
Diffstat (limited to 'chat/xchat/Makefile.common')
-rw-r--r-- | chat/xchat/Makefile.common | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index f6579f99c62..2b743c44c20 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,7 +1,6 @@ -# $NetBSD: Makefile.common,v 1.12 2002/12/24 09:05:00 tron Exp $ +# $NetBSD: Makefile.common,v 1.13 2003/01/12 21:49:06 tron Exp $ -DISTNAME= xchat-1.8.10 -PKGREVISION= 3 +DISTNAME= xchat-1.8.11 CATEGORIES= chat x11 MASTER_SITES= ${HOMEPAGE}files/source/1.8/ EXTRACT_SUFX= .tar.bz2 @@ -10,10 +9,6 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://xchat.org/ COMMENT= X11 (X Window System) IRC client, using the GTK+ toolkit -PATCH_SITES= ${HOMEPAGE}files/source/1.8/patches/ -PATCHFILES= xc1810fixme3.diff -PATCH_DIST_STRIP= -p1 - BUILD_USES_MSGFMT= YES DISTINFO_FILE= ${.CURDIR}/../xchat/distinfo |