diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-28 02:05:26 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-28 02:05:26 +0000 |
commit | 5c85e2e618f7ab3b68cef349f4d5b1486fd42bf8 (patch) | |
tree | 909e82c61ac1c2041aa1cd9d57b6a2f74fb7d66a /multimedia/mplayer-skins | |
parent | Removed stale master_site. (diff) |
Fix mastersites, ftp-servers should use the FTP protocol.
Noticed by: portsurvey
Diffstat (limited to 'multimedia/mplayer-skins')
-rw-r--r-- | multimedia/mplayer-skins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer-skins/Makefile b/multimedia/mplayer-skins/Makefile index 0b1c7ee54429..b766ad114629 100644 --- a/multimedia/mplayer-skins/Makefile +++ b/multimedia/mplayer-skins/Makefile @@ -9,9 +9,9 @@ PORTNAME= mplayer PORTVERSION= 1.0.3 CATEGORIES= multimedia MASTER_SITES= http://www.mplayerhq.hu/MPlayer/Skin/ \ - http://ftp.mplayerhq.hu/MPlayer/Skin/ \ + ftp://ftp.mplayerhq.hu/MPlayer/Skin/ \ http://www2.mplayerhq.hu/MPlayer/Skin/ \ - http://ftp2.mplayerhq.hu/MPlayer/Skin/ + ftp://ftp2.mplayerhq.hu/MPlayer/Skin/ PKGNAMESUFFIX= -skins DISTFILES= EXTRACT_ONLY= |