diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-12-06 06:34:02 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-12-06 06:34:02 +0000 |
commit | 5b4d812b900f5c72d9490c9024fea15e23d690d9 (patch) | |
tree | b727359f8c78e3eb41ab4963c58d204b45c7d6b2 /www/mod_extract_forwarded | |
parent | 0ae19adb85463c02e0967ca60c8f8c145f73996a (diff) |
Notes
Diffstat (limited to 'www/mod_extract_forwarded')
-rw-r--r-- | www/mod_extract_forwarded/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_extract_forwarded/Makefile b/www/mod_extract_forwarded/Makefile index 77b953b5cbf0..56054b6571ce 100644 --- a/www/mod_extract_forwarded/Makefile +++ b/www/mod_extract_forwarded/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_extract_forwarded PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.openinfo.co.uk/apache/ DISTNAME= extract_forwarded-${DISTVERSION} @@ -17,8 +18,8 @@ COMMENT= An Apache module that can make proxied requests appear with client IP USE_APACHE= 20+ WRKSRC= ${WRKDIR}/extract_forwarded PORTDOCS= INSTALL README -MAKE_JOBS_SAFE= yes -CONFLICTS= mod_extract_forwarded-1.* mod_extract_forwarded2-0.* +MAKE_JOBS_SAFE= yes +CONFLICTS= mod_extract_forwarded-1.* AP_FAST_BUILD= yes AP_GENPLIST= yes |