diff options
author | decke <decke@FreeBSD.org> | 2010-12-09 02:34:56 +0800 |
---|---|---|
committer | decke <decke@FreeBSD.org> | 2010-12-09 02:34:56 +0800 |
commit | 9f774ee344d4640fc493db1f09a5cb48c356d001 (patch) | |
tree | 1a08c2fa7d0b62f78e384687c5d77f206761e797 /www/mythplugin-mythweb | |
parent | 837c8d53a917762f57654790f59b5cd04661af3d (diff) | |
download | freebsd-ports-gnome-9f774ee344d4640fc493db1f09a5cb48c356d001.tar.gz freebsd-ports-gnome-9f774ee344d4640fc493db1f09a5cb48c356d001.tar.zst freebsd-ports-gnome-9f774ee344d4640fc493db1f09a5cb48c356d001.zip |
- Update MythTV MASTER_SITES for old releases
Noticed by: The Distilator
Diffstat (limited to 'www/mythplugin-mythweb')
-rw-r--r-- | www/mythplugin-mythweb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/mythplugin-mythweb/Makefile b/www/mythplugin-mythweb/Makefile index a32158b58292..a775641ce583 100644 --- a/www/mythplugin-mythweb/Makefile +++ b/www/mythplugin-mythweb/Makefile @@ -9,7 +9,9 @@ PORTNAME= mythweb PORTVERSION= 0.23.1 CATEGORIES= www MASTER_SITES= http://ftp.osuosl.org/pub/mythtv/ \ - http://ftp.oregonstate.edu/pub/mythtv/ + http://ftp.osuosl.org/pub/mythtv/old_releases/ \ + http://ftp.oregonstate.edu/pub/mythtv/ \ + http://ftp.oregonstate.edu/pub/mythtv/old_releases/ PKGNAMEPREFIX= mythplugin- DISTNAME= mythplugins-${PORTVERSION} |