pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt3-mysql Fix a typo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6812d20c7f67
branches:  trunk
changeset: 395687:6812d20c7f67
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Fri Jul 10 16:10:23 2009 +0000

description:
Fix a typo.

diffstat:

 x11/qt3-mysql/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 379f02d8131e -r 6812d20c7f67 x11/qt3-mysql/Makefile
--- a/x11/qt3-mysql/Makefile    Fri Jul 10 15:42:04 2009 +0000
+++ b/x11/qt3-mysql/Makefile    Fri Jul 10 16:10:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2009/07/07 18:07:03 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2009/07/10 16:10:23 hasso Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -20,7 +20,7 @@
                ${SETENV} ${MAKE_ENV} ${GMAKE})
 
 SQLDRVDIR=     ${QTPREFIX}/plugins/sqldrivers
-INSTALLATION_DIRS      ${SQLDRVDIR}
+INSTALLATION_DIRS=     ${SQLDRVDIR}
 
 do-install:
        ${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/plugins/sqldrivers/libqsqlmysql.la \



Home | Main Index | Thread Index | Old Index