diff options
author | novel <novel@FreeBSD.org> | 2005-05-09 17:28:43 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-05-09 17:28:43 +0800 |
commit | 8fdc0182060874d951cd7477c04df31d8bf2530b (patch) | |
tree | 7ac5d13ecfc71f44f8504f667857a521cf01b22b /audio | |
parent | 09e0c9ab03687b8b4b2ef10d604ecd136adf24f3 (diff) | |
download | freebsd-ports-gnome-8fdc0182060874d951cd7477c04df31d8bf2530b.tar.gz freebsd-ports-gnome-8fdc0182060874d951cd7477c04df31d8bf2530b.tar.zst freebsd-ports-gnome-8fdc0182060874d951cd7477c04df31d8bf2530b.zip |
Add MASTER_SITE_LOCAL to MASTER_SITES because berlios seems to go down
sometimes.
Reported by: pointyhat via kris
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bmp-htmlplaylist/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/bmp-htmlplaylist/Makefile b/audio/bmp-htmlplaylist/Makefile index 12a9b1c7db60..48a09d31a44a 100644 --- a/audio/bmp-htmlplaylist/Makefile +++ b/audio/bmp-htmlplaylist/Makefile @@ -8,7 +8,9 @@ PORTNAME= bmp-htmlplaylist PORTVERSION= 0.2.1 CATEGORIES= audio -MASTER_SITES= http://download.berlios.de/bmp-plugins/ +MASTER_SITES= http://download.berlios.de/bmp-plugins/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= novel MAINTAINER= novel@FreeBSD.org COMMENT= Application which saves your current BMP playlist to html or xml file |