diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:21:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:21:07 +0000 |
commit | 3a4c4b961e42b21125ae3271764ad895f0dac3ed (patch) | |
tree | a5beaec1cf63d29091af273f277fadd79865cd1d /multimedia | |
parent | 6b99b34f016cb68b28b1dfc79e6ee009edec554e (diff) | |
download | pkgsrc-3a4c4b961e42b21125ae3271764ad895f0dac3ed.tar.gz |
Add more MASTER_SITES. From Sergey Svishchev.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xanim/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile index 79ffa1d249d..567fb088fb1 100644 --- a/multimedia/xanim/Makefile +++ b/multimedia/xanim/Makefile @@ -1,18 +1,20 @@ -# $NetBSD: Makefile,v 1.14 2006/12/27 13:37:39 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2007/02/22 19:21:07 wiz Exp $ DISTNAME= xanim2920 PKGNAME= xanim-2.92.0 PKGREVISION= 2 CATEGORIES= multimedia x11 MASTER_SITES= ftp://ftp.informatik.uni-hamburg.de/pub/soft/graphics/xanim/ \ - ftp://ftp.informatik.uni-hamburg.de/pub/soft/graphics/xanim/modules/ + ftp://ftp.informatik.uni-hamburg.de/pub/soft/graphics/xanim/modules/ \ + ftp://ftp.nstu.ru/pub/mirrors/xanim.va.pubnix.com/ \ + ftp://ftp.nstu.ru/pub/mirrors/xanim.va.pubnix.com/modules/ DISTFILES= ${EXTRACT_ONLY} ${CODEC_FILES} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Play most popular animation formats and show pictures HOMEPAGE= http://xanim.polter.net/ -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} LICENSE= xanim-license |