aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_cookie_mysql2/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-12-04 16:22:33 +0000
committerClement Laforet <clement@FreeBSD.org>2005-12-04 16:22:33 +0000
commitf35d07e950696ea35714d600588da3327de4fbb0 (patch)
treef919b69fcecee4902c9ebbcc5af13096e343621d /www/mod_auth_cookie_mysql2/Makefile
parentf1ed3c8d8880ff4fd77e6c83e1d594a2ead32ba7 (diff)
downloadports-f35d07e950696ea35714d600588da3327de4fbb0.tar.gz
ports-f35d07e950696ea35714d600588da3327de4fbb0.zip
- Convert to new USE_APACHE
- Add SHA256
Notes
Notes: svn path=/head/; revision=150389
Diffstat (limited to 'www/mod_auth_cookie_mysql2/Makefile')
-rw-r--r--www/mod_auth_cookie_mysql2/Makefile6
1 files changed, 2 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>