diff options
author | rillig <rillig> | 2007-02-15 15:28:48 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-02-15 15:28:48 +0000 |
commit | 64d6e0d9f1bff13a82a3fc816886330a6100501e (patch) | |
tree | c4a16318c1f2b0159433f67f4e5838821a1056bf /x11/qt2-examples | |
parent | 2b87e52a9e7757f31a59eb1eba12a4490c3d79cb (diff) | |
download | pkgsrc-64d6e0d9f1bff13a82a3fc816886330a6100501e.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" |