diff options
author | wiz <wiz@pkgsrc.org> | 2006-08-23 18:13:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-08-23 18:13:19 +0000 |
commit | 1f3a4ab1b1329676a8213676eb574f3e7d5c9813 (patch) | |
tree | 0ff02351deac7fda5b23ae9f78f1a2f241aa7826 /multimedia/mplayer-share | |
parent | 139369a4f004150acd85488f912f2e8c44605a74 (diff) | |
download | pkgsrc-1f3a4ab1b1329676a8213676eb574f3e7d5c9813.tar.gz |
Fix path on ftp5.mplayerhq.hu.
Diffstat (limited to 'multimedia/mplayer-share')
-rw-r--r-- | multimedia/mplayer-share/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/mplayer-share/Makefile.common b/multimedia/mplayer-share/Makefile.common index fd48f0a0545..e9885739373 100644 --- a/multimedia/mplayer-share/Makefile.common +++ b/multimedia/mplayer-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.30 2006/06/13 17:25:00 drochner Exp $ +# $NetBSD: Makefile.common,v 1.31 2006/08/23 18:13:19 wiz Exp $ MPLAYER_DIST_VERSION= 1.0pre8 @@ -8,10 +8,10 @@ MPLAYER_PKG_VERSION= 1.0rc8 DISTNAME= MPlayer-${MPLAYER_DIST_VERSION} CATEGORIES?= multimedia MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/ \ - http://ftp5.mplayerhq.hu/mplayer/releases/ \ + http://ftp5.mplayerhq.hu/MPlayer/releases/ \ http://www4.mplayerhq.hu/MPlayer/releases/ \ ftp://ftp2.mplayerhq.hu/MPlayer/releases/ \ - ftp://ftp5.mplayerhq.hu/mplayer/releases/ + ftp://ftp5.mplayerhq.hu/MPlayer/releases/ EXTRACT_SUFX= .tar.bz2 DIST_SUBDIR= mplayer-${MPLAYER_PKG_VERSION} |