summaryrefslogtreecommitdiff
path: root/chat/sirc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-04 18:00:49 +0000
committerwiz <wiz@pkgsrc.org>2017-09-04 18:00:49 +0000
commit4d3abbd276abaaeb014b2ec4ba8e277368e9d2dc (patch)
tree497694cf293ada6bbb344103e4bfae0a92927e87 /chat/sirc
parente2b7113e6583e64a081ebf04a152ab4ec79ff6e4 (diff)
downloadpkgsrc-4d3abbd276abaaeb014b2ec4ba8e277368e9d2dc.tar.gz
Comment out dead sites.
Diffstat (limited to 'chat/sirc')
-rw-r--r--chat/sirc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/sirc/Makefile b/chat/sirc/Makefile
index 2b13bceb516..4c470530083 100644
--- a/chat/sirc/Makefile
+++ b/chat/sirc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2017/05/09 11:52:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.33 2017/09/04 18:00:50 wiz Exp $
DISTNAME= sirc-2.211
PKGREVISION= 9
@@ -8,7 +8,7 @@ DISTFILES= ${DEFAULT_DISTFILES} \
${SIRC_SCRIPTS}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.iagora.com/~espel/sirc/sirc.html
+#HOMEPAGE= http://www.iagora.com/~espel/sirc/sirc.html
COMMENT= IRC client written and programmable in perl
DEPENDS+= p5-Socket6>=0.07:../../net/p5-Socket6