pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap-auth-mysql Add another possible location of the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66c4b2e0ad7e
branches:  trunk
changeset: 508865:66c4b2e0ad7e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Feb 27 00:33:28 2006 +0000

description:
Add another possible location of the apache module in the WRKSRC.

diffstat:

 www/ap-auth-mysql/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r c2f5f8aeef9f -r 66c4b2e0ad7e www/ap-auth-mysql/Makefile
--- a/www/ap-auth-mysql/Makefile        Mon Feb 27 00:01:04 2006 +0000
+++ b/www/ap-auth-mysql/Makefile        Mon Feb 27 00:33:28 2006 +0000
@@ -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 @@
                ${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



Home | Main Index | Thread Index | Old Index