diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-22 13:14:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-22 13:14:34 +0000 |
commit | 3576643fe420bc9dfa03a0e6c146897332f7ab78 (patch) | |
tree | 3f3a1c4566beb5e6223fea1737d7eddb9d6387de /chat/libirc | |
parent | 6dfc307bf1d5e022662bbe5ac093e39365280165 (diff) | |
download | pkgsrc-3576643fe420bc9dfa03a0e6c146897332f7ab78.tar.gz |
Comment out non-existing HOMEPAGE and remove MASTER_SITES entry that
does not contain the file. Closed PR 31632 by Zafer Aydogan.
Diffstat (limited to 'chat/libirc')
-rw-r--r-- | chat/libirc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/libirc/Makefile b/chat/libirc/Makefile index ac674aa0207..be702df9bcb 100644 --- a/chat/libirc/Makefile +++ b/chat/libirc/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:45:04 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/10/22 13:14:34 wiz Exp $ # DISTNAME= libirc-0.2 PKGREVISION= 2 CATEGORIES= chat -MASTER_SITES= http://www.cs.kau.se/~jorgen/software/ +MASTER_SITES= # empty MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.cs.kau.se/~jorgen/software/ +# HOMEPAGE= http://www.cs.kau.se/~jorgen/software/ COMMENT= C library for the IRC protocol GNU_CONFIGURE= yes |