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_curb | |
parent | c7c04ab3a3cfc74e072ef713cc287e4639ec4d34 (diff) | |
download | ports-146dcd05a3ab515bb8719d82641a29a38eae67e8.tar.gz ports-146dcd05a3ab515bb8719d82641a29a38eae67e8.zip |
Notes
Diffstat (limited to 'www/mod_curb')
-rw-r--r-- | www/mod_curb/Makefile | 7 | ||||
-rw-r--r-- | www/mod_curb/distinfo | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/www/mod_curb/Makefile b/www/mod_curb/Makefile index 3dd83b19c7ff..37dc98653a4a 100644 --- a/www/mod_curb/Makefile +++ b/www/mod_curb/Makefile @@ -15,17 +15,14 @@ DIST_SUBDIR= apache MAINTAINER= apache@FreeBSD.org COMMENT= A per-server bandwidth limiter module for Apache 1.3 -WANT_APACHE= 13 +USE_APACHE= 13 AP_FAST_BUILD= YES AP_GENPLIST= YES PORTDOCS= README -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" - post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/mod_curb/distinfo b/www/mod_curb/distinfo index fc1f2b3d0549..e69de29bb2d1 100644 --- a/www/mod_curb/distinfo +++ b/www/mod_curb/distinfo @@ -1,2 +0,0 @@ -MD5 (apache/mod-curb-1.1.tar.gz) = 89db4cebe55f7301fc8404e409203315 -SIZE (apache/mod-curb-1.1.tar.gz) = 5104 |