diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-04-12 16:06:51 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-04-12 16:06:51 +0800 |
commit | 2db6fb40008e7b81b39e5914d1221f17e9e55585 (patch) | |
tree | de8d9dff87a1708c0b36f86b151f430e54a8781a /www | |
parent | 4e3e7cc3780939f3f868044cd7ba96fdfa579081 (diff) | |
download | freebsd-ports-gnome-2db6fb40008e7b81b39e5914d1221f17e9e55585.tar.gz freebsd-ports-gnome-2db6fb40008e7b81b39e5914d1221f17e9e55585.tar.zst freebsd-ports-gnome-2db6fb40008e7b81b39e5914d1221f17e9e55585.zip |
- USE_APACHE=yes is deprecated
- convert to AP_FAST_BUILD/AP_GENPLIST
PR: ports/133630
Approved by: maintainer (glebius)
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_realip/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/www/mod_realip/Makefile b/www/mod_realip/Makefile index 9d4ae7fcfe7d..e9a35d63a75c 100644 --- a/www/mod_realip/Makefile +++ b/www/mod_realip/Makefile @@ -13,14 +13,8 @@ MASTER_SITES= http://sysoev.ru/mod_realip/ MAINTAINER= glebius@FreeBSD.org COMMENT= Apache module to fix IP addresses in proxied requests -USE_APACHE= yes -MAKE_ARGS+= APXS="${APXS}" - -do-build: - @cd ${WRKSRC} && \ - ${APXS} -c ${WRKSRC}/mod_realip.c - -do-install: - ${APXS} -i -A -n realip ${WRKSRC}/mod_realip.so +USE_APACHE= 1.3 +AP_FAST_BUILD= yes +AP_GENPLIST= yes .include <bsd.port.mk> |