diff options
author | edwin <edwin@FreeBSD.org> | 2002-12-28 02:05:26 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-12-28 02:05:26 +0000 |
commit | e0f525953b537603c51d106faf8e5e585e2542e7 (patch) | |
tree | 51ed9c8038c3ff9b62442b7a08129888bc9a8b9a /multimedia | |
parent | 3d8ab7c5825fb4d87c9907f784fa0d9f725da375 (diff) | |
download | FreeBSD-ports-e0f525953b537603c51d106faf8e5e585e2542e7.zip FreeBSD-ports-e0f525953b537603c51d106faf8e5e585e2542e7.tar.gz |
Fix mastersites, ftp-servers should use the FTP protocol.
Noticed by: portsurvey
Diffstat (limited to 'multimedia')
-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 0b1c7ee..b766ad1 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= |