aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_useragent/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-12-04 14:08:56 +0000
committerClement Laforet <clement@FreeBSD.org>2005-12-04 14:08:56 +0000
commit146dcd05a3ab515bb8719d82641a29a38eae67e8 (patch)
treed81159ef3dc5df959496c90934f5111de6816958 /www/mod_auth_useragent/Makefile
parentc7c04ab3a3cfc74e072ef713cc287e4639ec4d34 (diff)
Notes
Diffstat (limited to 'www/mod_auth_useragent/Makefile')
-rw-r--r--www/mod_auth_useragent/Makefile7
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>