diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-08-23 03:07:50 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-08-23 03:07:50 +0000 |
commit | c1a0b21d21ce057e09f26ecc06d3e88a6576cd10 (patch) | |
tree | b34b3a2de1cf503e0bbd49354943fa431a880e3a /www/mod_rpaf | |
parent | 3115811ad76c4908ae214145f1d5d2f2150e5d26 (diff) |
- Fix duplicate INDEX entry
Reported by: make index
Notes
Notes:
svn path=/head/; revision=259790
Diffstat (limited to 'www/mod_rpaf')
-rw-r--r-- | www/mod_rpaf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_rpaf/Makefile b/www/mod_rpaf/Makefile index 71c066bef0bb..da717d92f1ba 100644 --- a/www/mod_rpaf/Makefile +++ b/www/mod_rpaf/Makefile @@ -15,7 +15,7 @@ COMMENT= Make proxied requests appear with client IP MAKE_JOBS_SAFE= yes -USE_APACHE?= 1.3+ +USE_APACHE?= 1.3 AP_FAST_BUILD= YES AP_GENPLIST= YES |