diff options
author | rillig <rillig@pkgsrc.org> | 2007-02-15 15:28:48 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-02-15 15:28:48 +0000 |
commit | 3ae1226780a7d350b5ffd690f5d3a2c517fb2f8a (patch) | |
tree | c4a16318c1f2b0159433f67f4e5838821a1056bf /x11/qt2-examples | |
parent | 71d83158201f608749af9c98e7420c47cb9223d0 (diff) | |
download | pkgsrc-3ae1226780a7d350b5ffd690f5d3a2c517fb2f8a.tar.gz |
There is no need to build anything.
Excluded the Makefile.in files from the installed files again.
Diffstat (limited to 'x11/qt2-examples')
-rw-r--r-- | x11/qt2-examples/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qt2-examples/Makefile b/x11/qt2-examples/Makefile index c7a28d4a646..7070f882882 100644 --- a/x11/qt2-examples/Makefile +++ b/x11/qt2-examples/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/02/15 14:51:10 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2007/02/15 15:28:48 rillig Exp $ # PKGNAME= qt2-examples-${QTVERSION} @@ -9,6 +9,7 @@ COMMENT= QT2 Tutorial, example code and HTML documentation .include "../../x11/qt2-libs/Makefile.common" CONFIGURE_ENV+= QTDIR=${QTPREFIX:Q} +NO_BUILD= yes SUBST_CLASSES+= ex SUBST_STAGE.ex= do-build @@ -19,7 +20,7 @@ SUBST_SED.ex+= -e 's:\$$[({]LOCALBASE[})]:${LOCALBASE}:g' SUBST_SED.ex+= -e 's:\$$[({]LIBTOOL[})]:${LIBTOOL}:g' do-install: - cd ${WRKSRC} && pax -wr examples tutorial ${QTPREFIX} + cd ${WRKSRC} && pax -wr -s ',.*Makefile\.in$$,,' examples tutorial ${QTPREFIX} .include "../../x11/qt2-libs/buildlink3.mk" |