diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-10-05 04:21:20 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-10-05 04:21:20 +0000 |
commit | b51884c91434f61201ecf7828277641c364ca74a (patch) | |
tree | 90a5e14c72f4f99896813eef85e51ed752318666 /multimedia/mplayer-skins | |
parent | b9df91e362a0bb0a0379e158d76e50996b5e49e6 (diff) | |
download | ports-b51884c91434f61201ecf7828277641c364ca74a.tar.gz ports-b51884c91434f61201ecf7828277641c364ca74a.zip |
Notes
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 |