diff options
author | clement <clement@FreeBSD.org> | 2005-12-04 22:08:56 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-12-04 22:08:56 +0800 |
commit | c50cb7d41bc7dc31bbec01b74a2d27f866814202 (patch) | |
tree | af008f6431ae9edf22b51b2ebb3d1732d5c6da3c /www/mod_auth_useragent | |
parent | 7b0635736dee1806311bb53a3f8dd1528cdf7ce4 (diff) | |
download | freebsd-ports-gnome-c50cb7d41bc7dc31bbec01b74a2d27f866814202.tar.gz freebsd-ports-gnome-c50cb7d41bc7dc31bbec01b74a2d27f866814202.tar.zst freebsd-ports-gnome-c50cb7d41bc7dc31bbec01b74a2d27f866814202.zip |
- Fix a condition in bsd.apache.mk
- all apache 1.3 only modules maintained by apache@ are now bsd.apache.mk
compliant
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 |