diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-08 18:33:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-08 18:33:05 +0000 |
commit | 8c6e1744ac2463ef6a974dcafbbcffd23c836bc8 (patch) | |
tree | 013452647f915a718b2a1599d9ab2cc94aa2b158 /audio/libdca | |
parent | beb6d75eb975fc02013ee9e6ee761fb7221b6a9a (diff) | |
download | pkgsrc-8c6e1744ac2463ef6a974dcafbbcffd23c836bc8.tar.gz |
Remove dead MASTER_SITES. From Zafer Aydogan.
Diffstat (limited to 'audio/libdca')
-rw-r--r-- | audio/libdca/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/libdca/Makefile b/audio/libdca/Makefile index 6e1a7e44686..b1a2b7b7e03 100644 --- a/audio/libdca/Makefile +++ b/audio/libdca/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2007/03/08 19:25:32 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2007/06/08 18:34:38 wiz Exp $ # DISTNAME= libdts-0.0.2 PKGNAME= ${DISTNAME:S/ts/ca/} CATEGORIES= audio -MASTER_SITES= http://debian.unnet.nl/pub/videolan/libdts/0.0.2/ \ - http://download.videolan.org/pub/videolan/libdca/0.0.2/ +MASTER_SITES= http://debian.unnet.nl/pub/videolan/libdts/0.0.2/ MAINTAINER= shattered@users.sourceforge.net HOMEPAGE= http://developers.videolan.org/libdca.html |