diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 14:08:56 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 14:08:56 +0000 |
commit | 146dcd05a3ab515bb8719d82641a29a38eae67e8 (patch) | |
tree | d81159ef3dc5df959496c90934f5111de6816958 /www/mod_auth_useragent | |
parent | c7c04ab3a3cfc74e072ef713cc287e4639ec4d34 (diff) | |
download | ports-146dcd05a3ab515bb8719d82641a29a38eae67e8.tar.gz ports-146dcd05a3ab515bb8719d82641a29a38eae67e8.zip |
Notes
Diffstat (limited to 'www/mod_auth_useragent')
-rw-r--r-- | www/mod_auth_useragent/Makefile | 7 | ||||
-rw-r--r-- | www/mod_auth_useragent/distinfo | 1 |
2 files changed, 4 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> diff --git a/www/mod_auth_useragent/distinfo b/www/mod_auth_useragent/distinfo index 94f2dff93ae9..b9d62d5ec50d 100644 --- a/www/mod_auth_useragent/distinfo +++ b/www/mod_auth_useragent/distinfo @@ -1,2 +1,3 @@ MD5 (mod_auth_useragent-1.0.tar.gz) = 1eec76c001085d1d1c21aae72ce40034 +SHA256 (mod_auth_useragent-1.0.tar.gz) = a023e0d1949a1e1cc1e98be49a53c343ccf9ec75c0b8854587af9da63be218c7 SIZE (mod_auth_useragent-1.0.tar.gz) = 5243 |