1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- USE_APACHE=yes is deprecated

- convert to AP_FAST_BUILD/AP_GENPLIST

PR:             ports/133630
Approved by:    maintainer (glebius)
This commit is contained in:
Philip M. Gollucci 2009-04-12 08:06:51 +00:00
parent 169db22ef2
commit 523221c840
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232199

View File

@ -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>