diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 16:22:33 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 16:22:33 +0000 |
commit | f35d07e950696ea35714d600588da3327de4fbb0 (patch) | |
tree | f919b69fcecee4902c9ebbcc5af13096e343621d /www/mod_auth_cookie_mysql2 | |
parent | f1ed3c8d8880ff4fd77e6c83e1d594a2ead32ba7 (diff) | |
download | ports-f35d07e950696ea35714d600588da3327de4fbb0.tar.gz ports-f35d07e950696ea35714d600588da3327de4fbb0.zip |
Notes
Diffstat (limited to 'www/mod_auth_cookie_mysql2')
-rw-r--r-- | www/mod_auth_cookie_mysql2/Makefile | 6 | ||||
-rw-r--r-- | www/mod_auth_cookie_mysql2/distinfo | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/mod_auth_cookie_mysql2/Makefile b/www/mod_auth_cookie_mysql2/Makefile index 93f1a74aeb4d..4c1d413d7bc9 100644 --- a/www/mod_auth_cookie_mysql2/Makefile +++ b/www/mod_auth_cookie_mysql2/Makefile @@ -18,7 +18,7 @@ USE_MYSQL= YES # If someone can test it with MySQL 5.0 ;-) BROKEN_WITH_MYSQL= 50 -WANT_APACHE= 2 +USE_APACHE= 20+ AP_FAST_BUILD= YES AP_GENPLIST= YES @@ -26,11 +26,9 @@ AP_INC?= ${LOCALBASE}/include/mysql AP_LIB?= ${LOCALBASE}/lib/mysql -lmysqlclient -lz PORTDOCS= mod_auth_cookie_mysql.html -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/mod_auth_cookie_mysql2/distinfo b/www/mod_auth_cookie_mysql2/distinfo index a1c16cdbbe35..6c3bf81b3c8c 100644 --- a/www/mod_auth_cookie_mysql2/distinfo +++ b/www/mod_auth_cookie_mysql2/distinfo @@ -1,2 +1,3 @@ MD5 (apache2/mod_auth_cookie_mysql2_0.5.tar.gz) = f4cd11feec351477e3a3829ac56d261f +SHA256 (apache2/mod_auth_cookie_mysql2_0.5.tar.gz) = 3b4fe4afb67e7e727d87b31786a34b8140dc4e3d75536374fc198373a2f9f2f4 SIZE (apache2/mod_auth_cookie_mysql2_0.5.tar.gz) = 7940 |