summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-02-27 00:33:28 +0000
committerjoerg <joerg@pkgsrc.org>2006-02-27 00:33:28 +0000
commit198924a55da58ce3270ee42716de3f13f49ad5b0 (patch)
treeaa40407b435a8e7697f0a68774ba534a0985a4a1 /www
parent55ec027ad11dd349a2c4d5da6f20c944e60ca971 (diff)
downloadpkgsrc-198924a55da58ce3270ee42716de3f13f49ad5b0.tar.gz
Add another possible location of the apache module in the WRKSRC.
Diffstat (limited to 'www')
-rw-r--r--www/ap-auth-mysql/Makefile6
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