diff options
author | lkundrak <lkundrak> | 2007-07-03 10:36:15 +0000 |
---|---|---|
committer | lkundrak <lkundrak> | 2007-07-03 10:36:15 +0000 |
commit | 69fcd26f7fcadaa5aeab2f093d43f3b8e280faa1 (patch) | |
tree | 447ede71ad80c6b279cfdba3c7118e5ef1e22315 /chat | |
parent | 66bbced00a718ba7f1507c92266462a43a23f78b (diff) | |
download | pkgsrc-69fcd26f7fcadaa5aeab2f093d43f3b8e280faa1.tar.gz |
Fixed the address of the mirror site after gaim was renamed to pidgin.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gaim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index 507a2383754..aabdccbbda1 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.111 2007/02/22 19:26:11 wiz Exp $ +# $NetBSD: Makefile,v 1.112 2007/07/03 10:36:15 lkundrak Exp $ DISTNAME= gaim-1.5.0 PKGREVISION= 6 CATEGORIES= chat x11 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pidgin/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= mjl@luckie.org.nz |