summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2005-06-20 22:03:42 +0000
committerdmcmahill <dmcmahill>2005-06-20 22:03:42 +0000
commit8a0e3b0e21b319c195288635a69c35b75f76463a (patch)
tree886a15ed652511f0cfcf1173a0052d4a038cc13a /x11
parent853755c74d1b38fa6b568503f89ff51115a1301a (diff)
downloadpkgsrc-8a0e3b0e21b319c195288635a69c35b75f76463a.tar.gz
move the post-patch to pre-configure since it is somewhat configure-like
in nature. This makes sure we get the correct libtool which fixes a problem where the installed .la files have references to ${WRKSRC} left in them. Fix suggested by Johnny Lam. Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt3-libs/Makefile3
-rw-r--r--x11/qt3-libs/Makefile.common4
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile
index a9efbd9b502..868b1d2f145 100644
--- a/x11/qt3-libs/Makefile
+++ b/x11/qt3-libs/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.33 2005/04/18 13:22:17 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2005/06/20 22:03:42 dmcmahill Exp $
LIBQT= ${WRKSRC}/lib/libqt-mt.la
.include "../qt3-libs/Makefile.common"
PKGNAME= qt3-libs-${QTVERSION}
+PKGREVISION= 1
MAINTAINER= adam@NetBSD.org
COMMENT= C++ X GUI toolkit
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common
index 604e804c7cd..13c30929fcf 100644
--- a/x11/qt3-libs/Makefile.common
+++ b/x11/qt3-libs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.50 2005/06/01 19:30:29 wiz Exp $
+# $NetBSD: Makefile.common,v 1.51 2005/06/20 22:03:42 dmcmahill Exp $
#
DISTNAME= qt-x11-free-${QTVERSION}
CATEGORIES= x11
@@ -92,7 +92,7 @@ CXXFLAGS+= -DQ_INLINE_TEMPLATES=inline
.include "../../mk/x11.buildlink3.mk"
-post-patch:
+pre-configure:
${SED} \
-e 's:@LOCALBASE@:${LOCALBASE}:g' \
-e 's:@X11BASE@:${X11BASE}:g' \