diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-09-11 10:39:35 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-09-11 10:39:35 +0000 |
commit | 2bdec9b35625d90c8ee9b3ebb015233a318f0141 (patch) | |
tree | b54fa4e0e03fa8defabac3295ecbe69ba68dbcec /www/mod_auth_cookie_mysql2/Makefile | |
parent | e7b226adbf6568f022a96aab1a83a986938586f8 (diff) | |
download | ports-2bdec9b35625d90c8ee9b3ebb015233a318f0141.tar.gz ports-2bdec9b35625d90c8ee9b3ebb015233a318f0141.zip |
Notes
Diffstat (limited to 'www/mod_auth_cookie_mysql2/Makefile')
-rw-r--r-- | www/mod_auth_cookie_mysql2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_auth_cookie_mysql2/Makefile b/www/mod_auth_cookie_mysql2/Makefile index 0ad1559ebe2f..7ce0b632bbea 100644 --- a/www/mod_auth_cookie_mysql2/Makefile +++ b/www/mod_auth_cookie_mysql2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= mod_auth_cookie_mysql2 -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= www MASTER_SITES= http://home.digithi.de/digithi/dev/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -24,7 +24,7 @@ AP_FAST_BUILD= YES AP_GENPLIST= YES AP_INC?= ${LOCALBASE}/include/mysql AP_LIB?= ${LOCALBASE}/lib/mysql -lmysqlclient -lz -PORTDOCS= mod_auth_cookie_mysql2.html +PORTDOCS= mod_auth_cookie_mysql.html .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" |