diff options
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 |