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 | ff956e96df4276439334a98409574a186992c453 (patch) | |
tree | 8a53aee904b2b228ba117409f122b5f3e35db981 /x11 | |
parent | a175a3946ede073af8dbf12809eb905fb0a32918 (diff) | |
download | pkgsrc-ff956e96df4276439334a98409574a186992c453.tar.gz |
PKG_DESTDIR_SUPPORT
Diffstat (limited to 'x11')
-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 |