diff options
Diffstat (limited to 'www/mod_auth_useragent/Makefile')
-rw-r--r-- | www/mod_auth_useragent/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/mod_auth_useragent/Makefile b/www/mod_auth_useragent/Makefile index c939fc3f1939..cc8b0b1138f4 100644 --- a/www/mod_auth_useragent/Makefile +++ b/www/mod_auth_useragent/Makefile @@ -14,13 +14,12 @@ MASTER_SITES= http://download.tangent.org/ \ MAINTAINER= apache@FreeBSD.org COMMENT= Allows you to forbid clients based on their User-Agent -WANT_APACHE= 13 +USE_APACHE= 13 AP_FAST_BUILD= yes AP_GENPLIST= yes PORTDOCS= README faq.html -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" +post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} @@ -28,4 +27,4 @@ PORTDOCS= README faq.html .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |