diff options
Diffstat (limited to 'www/mod_auth_mysql')
-rw-r--r-- | www/mod_auth_mysql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile index 722406c784e8..65d4a84658cc 100644 --- a/www/mod_auth_mysql/Makefile +++ b/www/mod_auth_mysql/Makefile @@ -30,7 +30,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-mysql=${PREFIX} \ --with-apxs=${APXS} -.include "${.CURDIR}/../apache2/Makefile.modules.3rd" +.include "${.CURDIR}/../apache20/Makefile.modules.3rd" post-install: .if !defined(NOPORTDOCS) |