pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/qwt PKG_DESTDIR_SUPPORT



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4cda09e922e8
branches:  trunk
changeset: 568743:4cda09e922e8
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu Dec 17 18:48:39 2009 +0000

description:
PKG_DESTDIR_SUPPORT

diffstat:

 x11/qwt/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 995287ae3d27 -r 4cda09e922e8 x11/qwt/Makefile
--- a/x11/qwt/Makefile  Thu Dec 17 18:35:26 2009 +0000
+++ b/x11/qwt/Makefile  Thu Dec 17 18:48:39 2009 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index