diff options
author | markd <markd@pkgsrc.org> | 2004-10-19 13:27:48 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-10-19 13:27:48 +0000 |
commit | 2ff1960657efc5e83a52a82fe9f9486d6a2ff070 (patch) | |
tree | cde881b84952c6a5898cb19ee23d74c3372da3da /x11/qt3-libs | |
parent | 397e5f8aaff785b194aa19f331d464b3a1f58f7f (diff) | |
download | pkgsrc-2ff1960657efc5e83a52a82fe9f9486d6a2ff070.tar.gz |
Bring the qmake.conf we use in line with those from qt 3.3.3.
Bump PKGREVISION of qt3-tools.
Noted by Christoph Badura.
Diffstat (limited to 'x11/qt3-libs')
-rw-r--r-- | x11/qt3-libs/Makefile.common | 3 | ||||
-rw-r--r-- | x11/qt3-libs/files/qmake.conf | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index d3083c87996..3292fdb39a2 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.37 2004/10/13 15:15:52 tv Exp $ +# $NetBSD: Makefile.common,v 1.38 2004/10/19 13:27:48 markd Exp $ # DISTNAME= qt-x11-free-${QTVERSION} CATEGORIES= x11 @@ -100,6 +100,7 @@ post-patch: -e 's:@LEX@:${LEX}:g' \ -e 's:@YACC@:${YACC}:g' \ -e 's:@AR@:${AR}:g' \ + -e 's:@MKDIR@:${MKDIR}:g' \ -e 's:@LIBQT@:${LIBQT}:g' \ -e 's:@PTHREAD_LDFLAGS@:${PTHREAD_LDFLAGS}:g' \ -e 's:@COMPILER_RPATH_FLAG@:${COMPILER_RPATH_FLAG}:g' \ diff --git a/x11/qt3-libs/files/qmake.conf b/x11/qt3-libs/files/qmake.conf index 11df1f83758..31372cb532b 100644 --- a/x11/qt3-libs/files/qmake.conf +++ b/x11/qt3-libs/files/qmake.conf @@ -1,5 +1,5 @@ -# $NetBSD: qmake.conf,v 1.15 2004/08/27 18:44:11 jlam Exp $ -# $Id: qmake.conf,v 1.15 2004/08/27 18:44:11 jlam Exp $ +# $NetBSD: qmake.conf,v 1.16 2004/10/19 13:27:48 markd Exp $ +# $Id: qmake.conf,v 1.16 2004/10/19 13:27:48 markd Exp $ # # qmake configuration for netbsd-g++ # @@ -91,6 +91,7 @@ QMAKE_GZIP = gzip -9f QMAKE_COPY = cp -f QMAKE_MOVE = mv -QMAKE_SYMBOLIC_LINK = ln -sf QMAKE_DEL_FILE = rm -f QMAKE_DEL_DIR = rmdir +QMAKE_CHK_DIR_EXISTS = test -d +QMAKE_MKDIR = @MKDIR@ |