diff --git a/www/mod_rpaf/Makefile b/www/mod_rpaf/Makefile index 7b3a443a05a2..9eb21237341b 100644 --- a/www/mod_rpaf/Makefile +++ b/www/mod_rpaf/Makefile @@ -1,26 +1,27 @@ # New ports collection makefile for: mod_rpaf # Date created: Mar 17, 2003 # Whom: Clement Laforet # # $FreeBSD$ # PORTNAME= mod_rpaf PORTVERSION= 0.5 CATEGORIES= www MASTER_SITES= http://stderr.net/apache/rpaf/download/ MAINTAINER= apache@FreeBSD.org COMMENT= Make proxied requests appear with client IP USE_APACHE?= 1.3+ AP_FAST_BUILD= YES AP_GENPLIST= YES .include .if ${APACHE_VERSION} >= 20 SRC_FILE= mod_rpaf-2.0.c +PKGNAMESUFFIX= -ap2 .endif .include