diff options
author | clement <clement@FreeBSD.org> | 2005-12-04 16:39:10 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-12-04 16:39:10 +0000 |
commit | 3af0a6e69ac5fe7be1d6140fd530f84696b1dc52 (patch) | |
tree | d0f84bf959650c85ddbcd6a1eb4288416b130587 /www/mod_bw/Makefile | |
parent | f566bb6da90e01f45cac8dc28df2ee53a20af896 (diff) | |
download | FreeBSD-ports-3af0a6e69ac5fe7be1d6140fd530f84696b1dc52.zip FreeBSD-ports-3af0a6e69ac5fe7be1d6140fd530f84696b1dc52.tar.gz |
- Convert to new USE_APACHE
- Add SHA256
Diffstat (limited to 'www/mod_bw/Makefile')
-rw-r--r-- | www/mod_bw/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/mod_bw/Makefile b/www/mod_bw/Makefile index 228593b..fdf6155 100644 --- a/www/mod_bw/Makefile +++ b/www/mod_bw/Makefile @@ -16,18 +16,16 @@ DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= Bandwidth and Connection control per Virtual Host or Directory -WANT_APACHE= 2 +USE_APACHE= 20+ AP_FAST_BUILD= YES AP_GENPLIST= YES SRC_FILE= bw_mod-0.6.c PORTDOCS= APACHE2-LICENSE LICENSE bw_mod-0.6.txt -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-install: @${MKDIR} ${DOCSDIR} @cd ${WRKSRC} && \ ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |