diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-16 20:45:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-16 20:45:30 +0000 |
commit | 45812930981f21ec337d67e10c26827c21103262 (patch) | |
tree | 63f5502809536598bcd56d51aa876781083c9e64 /chat/icqlib | |
parent | ef2d35b9baa7d9fdbb39e0cb1f9d2172f72ef491 (diff) | |
download | pkgsrc-45812930981f21ec337d67e10c26827c21103262.tar.gz |
Comment out dead sites.
Diffstat (limited to 'chat/icqlib')
-rw-r--r-- | chat/icqlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/icqlib/Makefile b/chat/icqlib/Makefile index 3a8c679e7d5..43b6ef15acc 100644 --- a/chat/icqlib/Makefile +++ b/chat/icqlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/03 00:02:37 asau Exp $ +# $NetBSD: Makefile,v 1.16 2017/08/16 20:45:32 wiz Exp $ DISTNAME= icqlib-1.0.0 PKGREVISION= 3 @@ -6,7 +6,7 @@ CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icqlib/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://kicq.sourceforge.net/icqlib.shtml +#HOMEPAGE= http://kicq.sourceforge.net/icqlib.shtml COMMENT= Implementation of the icq protocol USE_LANGUAGES= c c++ |