diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 16:39:10 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 16:39:10 +0000 |
commit | 5037d2e8761878475aa43a4e6696888c44c6eaae (patch) | |
tree | 1aa44b486eec0f8fa4e1965f74697aedb2269d6b /www/mod_auth_mysql2 | |
parent | f35d07e950696ea35714d600588da3327de4fbb0 (diff) | |
download | ports-5037d2e8761878475aa43a4e6696888c44c6eaae.tar.gz ports-5037d2e8761878475aa43a4e6696888c44c6eaae.zip |
Notes
Diffstat (limited to 'www/mod_auth_mysql2')
-rw-r--r-- | www/mod_auth_mysql2/Makefile | 6 | ||||
-rw-r--r-- | www/mod_auth_mysql2/distinfo | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/mod_auth_mysql2/Makefile b/www/mod_auth_mysql2/Makefile index fae0df18b7a1..6440420d3d27 100644 --- a/www/mod_auth_mysql2/Makefile +++ b/www/mod_auth_mysql2/Makefile @@ -20,7 +20,7 @@ LATEST_LINK= mod_auth_mysql2 WRKSRC= ${WRKDIR}/${PORTNAME} USE_MYSQL= YES -WANT_APACHE= 2 +USE_APACHE= 20 AP_FAST_BUILD= YES AP_GENPLIST= YES AP_INC+= ${LOCALBASE}/include/mysql @@ -28,10 +28,8 @@ AP_LIB+= ${LOCALBASE}/lib/mysql -lmysqlclient PORTDOCS= INSTALL example_data.html htpasswd.sql -.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> diff --git a/www/mod_auth_mysql2/distinfo b/www/mod_auth_mysql2/distinfo index 485803d1445d..1a3ac33a7ebb 100644 --- a/www/mod_auth_mysql2/distinfo +++ b/www/mod_auth_mysql2/distinfo @@ -1,2 +1,3 @@ MD5 (apache2/mod_auth_mysql_1.5.tgz) = d52b83b22ec49bf915e19cbf6720bf7b +SHA256 (apache2/mod_auth_mysql_1.5.tgz) = a6e6d453d0f3e4a093e0ca7d22da467e2d34b63b8647e191324939d9f7bd3bdd SIZE (apache2/mod_auth_mysql_1.5.tgz) = 14844 |