diff options
author | tron <tron@pkgsrc.org> | 2002-11-24 13:40:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-11-24 13:40:47 +0000 |
commit | ab57723dbdaa916cac6784ec391b570f2580ddf0 (patch) | |
tree | 8860a42d79bff171c818d5afc427e65c4a6b57db /chat/xchat/Makefile.common | |
parent | 669af8f355243f34e5236ef9a4a47ec7223682c7 (diff) | |
download | pkgsrc-ab57723dbdaa916cac6784ec391b570f2580ddf0.tar.gz |
Fetch patch for "/ME" for "xchat" site instead of duplication it in
the package sources.
Diffstat (limited to 'chat/xchat/Makefile.common')
-rw-r--r-- | chat/xchat/Makefile.common | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index da7e7fcd759..43645301024 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2002/11/24 13:20:45 tron Exp $ +# $NetBSD: Makefile.common,v 1.7 2002/11/24 13:40:47 tron Exp $ DISTNAME= xchat-1.8.10 PKGREVISION= 1 @@ -10,6 +10,10 @@ 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 + DISTINFO_FILE= ${.CURDIR}/../xchat/distinfo FILESDIR= ${.CURDIR}/../xchat/files PATCHDIR= ${.CURDIR}/../xchat/patches |