diff options
author | clement <clement@FreeBSD.org> | 2005-12-04 18:24:43 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-12-04 18:24:43 +0800 |
commit | 79a07493defa71cd025c635b070d5d9ed733b8b0 (patch) | |
tree | 9a5415f9dea8ca6bf0714a9124b8a0c60625a631 /www/mod_auth_mysql | |
parent | bff65793031c6eee335c6b152dd3604365eee06f (diff) | |
download | freebsd-ports-graphics-79a07493defa71cd025c635b070d5d9ed733b8b0.tar.gz freebsd-ports-graphics-79a07493defa71cd025c635b070d5d9ed733b8b0.tar.zst freebsd-ports-graphics-79a07493defa71cd025c635b070d5d9ed733b8b0.zip |
- oops. I missed some ${.CURDIR}../apache2/ .include
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 722406c784e..65d4a84658c 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) |