diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-22 21:15:50 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-22 21:15:50 +0000 |
commit | b7fc7ba65576d5ce387563c60b88276ba1418bc8 (patch) | |
tree | 884d351fee646b4e7b1b5c851bf898976e69b28e /www/mod_bw | |
parent | 221e0a651fd2a964309073001ac7cc62e1b96ea0 (diff) | |
download | ports-b7fc7ba65576d5ce387563c60b88276ba1418bc8.tar.gz ports-b7fc7ba65576d5ce387563c60b88276ba1418bc8.zip |
Notes
Diffstat (limited to 'www/mod_bw')
-rw-r--r-- | www/mod_bw/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/mod_bw/Makefile b/www/mod_bw/Makefile index e2a536f21474..dfc36b53bc2c 100644 --- a/www/mod_bw/Makefile +++ b/www/mod_bw/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mod_bw -# Date created: Sep 11 2005 -# Whom: Clement Laforet <clement@FreeBSD.org> -# +# Created by: Clement Laforet <clement@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mod_bw PORTVERSION= 0.8 @@ -19,7 +15,7 @@ COMMENT= Bandwidth and Connection control per Virtual Host or Directory MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/mod_bw -USE_APACHE= 22+ +USE_APACHE= 22 AP_FAST_BUILD= yes AP_GENPLIST= yes |