diff options
author | koitsu <koitsu@FreeBSD.org> | 2008-06-08 00:57:09 +0800 |
---|---|---|
committer | koitsu <koitsu@FreeBSD.org> | 2008-06-08 00:57:09 +0800 |
commit | 675818b78ba25c06327b53850ef73bdb5f03229f (patch) | |
tree | 809f650a0fd06f736f5cde4d500c13b0987ae3f7 /www | |
parent | 4a575ac937a6204040e8b2adb848110e126b3a84 (diff) | |
download | freebsd-ports-gnome-675818b78ba25c06327b53850ef73bdb5f03229f.tar.gz freebsd-ports-gnome-675818b78ba25c06327b53850ef73bdb5f03229f.tar.zst freebsd-ports-gnome-675818b78ba25c06327b53850ef73bdb5f03229f.zip |
- Add a secondary entry to MASTER_SITES.
Reported by: Aaron Graves <cajunman4life@gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_cband/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_cband/Makefile b/www/mod_cband/Makefile index 55c0ffe42ad9..161942cb5dde 100644 --- a/www/mod_cband/Makefile +++ b/www/mod_cband/Makefile @@ -9,7 +9,8 @@ PORTNAME= mod_cband PORTVERSION= 0.9.7.5 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://cband.linux.pl/download/ +MASTER_SITES= http://cband.linux.pl/download/ \ + http://www.sfr-fresh.com/unix/privat/ DISTNAME= ${PORTNAME:C/_/-/}-${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= apache2 |