diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-10-20 11:26:34 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-10-20 11:26:34 +0800 |
commit | 8266a931df5c9c5c9ef435fc82b7cfc94f1ccd8f (patch) | |
tree | 0a1d58bfb6ed1d591adb7820496e364a30711dbb /www/mod_bandwidth | |
parent | 3003a0b5cdc0f2250679af1bb121ee2357e63386 (diff) | |
download | freebsd-ports-gnome-8266a931df5c9c5c9ef435fc82b7cfc94f1ccd8f.tar.gz freebsd-ports-gnome-8266a931df5c9c5c9ef435fc82b7cfc94f1ccd8f.tar.zst freebsd-ports-gnome-8266a931df5c9c5c9ef435fc82b7cfc94f1ccd8f.zip |
- Fix some MASTER_SITES
With Hat: apache@
Reported by: distilator
Diffstat (limited to 'www/mod_bandwidth')
-rw-r--r-- | www/mod_bandwidth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_bandwidth/Makefile b/www/mod_bandwidth/Makefile index ea9e700e3d77..bb23b76d464a 100644 --- a/www/mod_bandwidth/Makefile +++ b/www/mod_bandwidth/Makefile @@ -11,7 +11,8 @@ PORTNAME= mod_bandwidth PORTVERSION= 2.1.0 CATEGORIES= www -MASTER_SITES= http://potatohead.estat.com/FreeBSD/ +MASTER_SITES= ftp://ftp.cohprog.com/pub/apache/module/1.3.0/ +## only .c is available from upstream, ftp.fbsd has the tgz PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} DIST_SUBDIR= apache |