diff options
author | abs <abs@pkgsrc.org> | 2009-12-17 18:48:39 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-12-17 18:48:39 +0000 |
commit | 526f0c530383dce743b9416a61c2a2884f985abf (patch) | |
tree | 8a53aee904b2b228ba117409f122b5f3e35db981 | |
parent | 764cb9a9b14e6181b346b4a8b3776b80d230deb2 (diff) | |
download | pkgsrc-526f0c530383dce743b9416a61c2a2884f985abf.tar.gz |
PKG_DESTDIR_SUPPORT
-rw-r--r-- | x11/qwt/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/qwt/Makefile b/x11/qwt/Makefile index 65cbbd42513..fb4f99945e4 100644 --- a/x11/qwt/Makefile +++ b/x11/qwt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2009/06/30 00:07:25 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2009/12/17 18:48:39 abs Exp $ DISTNAME= qwt-5.0.2 CATEGORIES= x11 @@ -18,7 +18,10 @@ USE_LIBTOOL= yes CONFLICTS= qwtlib-[0-9]* -AUTO_MKDIRS= yes +AUTO_MKDIRS= yes +PKG_DESTDIR_SUPPORT= user-destdir + +MAKE_ENV+= INSTALL_ROOT=${DESTDIR:Q} do-configure: cd ${WRKSRC} && env ${CONFIGURE_ENV} qmake |