diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 20:32:58 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 20:32:58 +0000 |
commit | 5c7c66618aa91843610f692205ebe4a72c5710eb (patch) | |
tree | 6f0dcc1744fc646b39519aee5e5de0b066925960 /www/mod_vdbh | |
parent | 64856e2e08955d381ac33c7ab551998dbc208b4a (diff) | |
download | ports-5c7c66618aa91843610f692205ebe4a72c5710eb.tar.gz ports-5c7c66618aa91843610f692205ebe4a72c5710eb.zip |
Notes
Diffstat (limited to 'www/mod_vdbh')
-rw-r--r-- | www/mod_vdbh/Makefile | 7 | ||||
-rw-r--r-- | www/mod_vdbh/distinfo | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/www/mod_vdbh/Makefile b/www/mod_vdbh/Makefile index 6bb500bc7902..dacc8a6c25e1 100644 --- a/www/mod_vdbh/Makefile +++ b/www/mod_vdbh/Makefile @@ -14,7 +14,7 @@ DIST_SUBDIR= apache MAINTAINER= apache@FreeBSD.org COMMENT= Allows mass virtual hosting using a MySQL backend with Apache 2.0.x -WANT_APACHE= 2 +USE_APACHE= 20+ AP_FAST_BUILD= YES AP_GENPLIST= YES USE_MYSQL= YES @@ -25,9 +25,6 @@ AP_LIB+= ${LOCALBASE}/lib/mysql -lmysqlclient PORTDOCS= AUTHORS README TODO -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" - post-install: .if !defined (NOPORTDOCS) @${MKDIR} ${DOCSDIR} @@ -36,4 +33,4 @@ post-install: . endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/mod_vdbh/distinfo b/www/mod_vdbh/distinfo index aa77c1a1c833..47b87ba4c946 100644 --- a/www/mod_vdbh/distinfo +++ b/www/mod_vdbh/distinfo @@ -1,2 +1,3 @@ MD5 (apache/mod_vdbh-1.0.3.tar.gz) = 3bd571f4d35f6b7b9f11b6eacab3947c +SHA256 (apache/mod_vdbh-1.0.3.tar.gz) = ff034dc4a77d82085dad1b867af8d913034c476d7cc2bf3472e6ae38cef40225 SIZE (apache/mod_vdbh-1.0.3.tar.gz) = 8053 |