diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-27 00:33:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-27 00:33:28 +0000 |
commit | 2584589d86467dbd85a74b9bb556f0ecd67cc370 (patch) | |
tree | aa40407b435a8e7697f0a68774ba534a0985a4a1 /www | |
parent | ac8fd480d165fcc3d708f3f19fa8543af026b5ae (diff) | |
download | pkgsrc-2584589d86467dbd85a74b9bb556f0ecd67cc370.tar.gz |
Add another possible location of the apache module in the WRKSRC.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-auth-mysql/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/ap-auth-mysql/Makefile b/www/ap-auth-mysql/Makefile index 0a9df620cd7..9a6b177bccb 100644 --- a/www/ap-auth-mysql/Makefile +++ b/www/ap-auth-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/02/23 01:27:36 ben Exp $ +# $NetBSD: Makefile,v 1.14 2006/02/27 00:33:28 joerg Exp $ # DISTNAME= libapache-mod-auth-mysql_4.3.1 @@ -42,6 +42,10 @@ do-install: ${INSTALL_DATA} \ ${WRKSRC}/libs/${PKG_APACHE}_mod_auth_mysql.so \ ${PREFIX}/lib/httpd/mod_auth_mysql.so; \ + elif [ -f ${WRKSRC}/${PKG_APACHE}_mod_auth_mysql.so ]; then \ + ${INSTALL_DATA} \ + ${WRKSRC}/${PKG_APACHE}_mod_auth_mysql.so \ + ${PREFIX}/lib/httpd/mod_auth_mysql.so; \ fi ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_auth_mysql ${INSTALL_DATA} ${WRKSRC}/DIRECTIVES ${PREFIX}/share/doc/mod_auth_mysql |