diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:01:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:01:13 +0000 |
commit | 6e2c35c083f338ceb42943121056662d71077c27 (patch) | |
tree | 552758ae68ac7d5cc8b8ab084ca3f57b0ed02319 /chat | |
parent | 10a728c9da6fdd9fcb71f5491ad5a237f5d688ab (diff) | |
download | pkgsrc-6e2c35c083f338ceb42943121056662d71077c27.tar.gz |
pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/amsn/Makefile | 4 | ||||
-rw-r--r-- | chat/bsflite/Makefile | 4 | ||||
-rw-r--r-- | chat/xaric/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/chat/amsn/Makefile b/chat/amsn/Makefile index 27536d54171..3796dde9189 100644 --- a/chat/amsn/Makefile +++ b/chat/amsn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:08:23 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2007/02/22 19:01:15 wiz Exp $ # DISTNAME= amsn-0_94 @@ -8,7 +8,7 @@ CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amsn/} MAINTAINER= peter@pointless.nl -HOMEPAGE= http://amsn.sourceforge.net/ +HOMEPAGE= http://www.amsn-project.net/ COMMENT= "Alvaro's MSN messenger client" NO_CONFIGURE= YES diff --git a/chat/bsflite/Makefile b/chat/bsflite/Makefile index 44c463a4ef4..2aab8f77414 100644 --- a/chat/bsflite/Makefile +++ b/chat/bsflite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/11/23 00:54:01 obache Exp $ +# $NetBSD: Makefile,v 1.9 2007/02/22 19:01:15 wiz Exp $ DISTNAME= bsflite-0.82 CATEGORIES= chat @@ -20,6 +20,6 @@ do-install: ${PREFIX}/share/examples/bsflite LIBS.SunOS+= -lnsl -lsocket -MAKE_ENV+= LIBS=${LIBS:M*:Q} +MAKE_ENV+= LIBS=${LIBS:Q} .include "../../mk/bsd.pkg.mk" diff --git a/chat/xaric/Makefile b/chat/xaric/Makefile index 683375350e5..406d980a0af 100644 --- a/chat/xaric/Makefile +++ b/chat/xaric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:04 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/22 19:01:16 wiz Exp $ # DISTNAME= xaric-0.12.1 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.xaric.org/pub/xaric/ \ http://www.xaric.org/downloads/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.xaric.org/ +HOMEPAGE= http://rf.cx/software/xaric/ COMMENT= IRC client similar to BitchX and ircII GNU_CONFIGURE= yes |