diff options
author | dougb <dougb@FreeBSD.org> | 2012-10-05 12:21:20 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-10-05 12:21:20 +0800 |
commit | 90d6d58f06c9d68a2b7b49f1eff46b73f77cf1ec (patch) | |
tree | 90a5e14c72f4f99896813eef85e51ed752318666 /multimedia/mplayer-skins | |
parent | 7f1e121f1efc16ccdc4df391f643058e31081c24 (diff) | |
download | freebsd-ports-gnome-90d6d58f06c9d68a2b7b49f1eff46b73f77cf1ec.tar.gz freebsd-ports-gnome-90d6d58f06c9d68a2b7b49f1eff46b73f77cf1ec.tar.zst freebsd-ports-gnome-90d6d58f06c9d68a2b7b49f1eff46b73f77cf1ec.zip |
Create MASTER_SITE_MPLAYERHQ and use it for the 2 ports that have these
sites in common. This will allow people who use ports-mgmt/fastest_sites
(or other methods) to selectively eliminate those sites from this list
that are locally unreachable. It also adds more potential sites for both
ports.
I checked all of these sites and they each have the distfiles for both
ports. The omission of ftp[23] is intentional, those sites are not
functional.
Diffstat (limited to 'multimedia/mplayer-skins')
-rw-r--r-- | multimedia/mplayer-skins/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/multimedia/mplayer-skins/Makefile b/multimedia/mplayer-skins/Makefile index bca3bb455bbc..8e5e3b8d6629 100644 --- a/multimedia/mplayer-skins/Makefile +++ b/multimedia/mplayer-skins/Makefile @@ -1,20 +1,13 @@ -# New ports collection makefile for: mplayer gui skins -# Date created: Sat Jan 12 10:59:45 BRST 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # # $FreeBSD$ -# PORTNAME= mplayer-skins PORTVERSION= 1.1.3 PORTREVISION= 0 CATEGORIES= multimedia -MASTER_SITES= http://www.mplayerhq.hu/MPlayer/skins/ \ - http://www4.mplayerhq.hu/MPlayer/skins/ \ - http://www5.mplayerhq.hu/MPlayer/skins/ \ - ftp://ftp.mplayerhq.hu/MPlayer/skins/ \ - ftp://ftp4.mplayerhq.hu/MPlayer/skins/ \ - ftp://ftp5.mplayerhq.hu/MPlayer/skins/ +MASTER_SITES= ${MASTER_SITE_MPLAYERHQ} +MASTER_SITE_SUBDIR= skins DISTFILES= # filled in later after options DIST_SUBDIR= mplayer-skins |