diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-04 18:00:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-04 18:00:49 +0000 |
commit | 4d3abbd276abaaeb014b2ec4ba8e277368e9d2dc (patch) | |
tree | 497694cf293ada6bbb344103e4bfae0a92927e87 /chat/roxirc | |
parent | e2b7113e6583e64a081ebf04a152ab4ec79ff6e4 (diff) | |
download | pkgsrc-4d3abbd276abaaeb014b2ec4ba8e277368e9d2dc.tar.gz |
Comment out dead sites.
Diffstat (limited to 'chat/roxirc')
-rw-r--r-- | chat/roxirc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/roxirc/Makefile b/chat/roxirc/Makefile index 59a8ca82ccc..9a24d0a9276 100644 --- a/chat/roxirc/Makefile +++ b/chat/roxirc/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.13 2014/10/09 14:06:02 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2017/09/04 18:00:50 wiz Exp $ # DISTNAME= roxirc-1.8 PKGREVISION= 1 CATEGORIES= chat -MASTER_SITES= http://roxirc.lighter.net/download/ +#MASTER_SITES= http://roxirc.lighter.net/download/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://roxirc.lighter.net/ +#HOMEPAGE= http://roxirc.lighter.net/ COMMENT= Graphical IRC client written in tcl/tk DEPENDS+= tk-[0-9]*:../../x11/tk |