diff options
author | zafer <zafer> | 2011-03-11 10:42:14 +0000 |
---|---|---|
committer | zafer <zafer> | 2011-03-11 10:42:14 +0000 |
commit | cddc43b8dfe1d8edd5404884c1b50956e4515656 (patch) | |
tree | d294ca9a9f66685d0f786dc672e3ab775035cb36 /chat | |
parent | 561f507eb242eb312ceafc79f5d15e687a58dcd4 (diff) | |
download | pkgsrc-cddc43b8dfe1d8edd5404884c1b50956e4515656.tar.gz |
update master_sites. remove non-working mirror.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/loudmouth/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile index 2d2ae994783..0d36c5d42d3 100644 --- a/chat/loudmouth/Makefile +++ b/chat/loudmouth/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.32 2010/01/17 12:02:07 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2011/03/11 10:42:14 zafer Exp $ DISTNAME= loudmouth-1.4.3 PKGREVISION= 2 CATEGORIES= chat -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/1.4/} \ - http://ftp.imendio.com/pub/imendio/loudmouth/src/ +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/1.4/} + EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org |