pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-qt4 Needs INSTALL_ROOT=${DESTDIR:Q} in make ins...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3dcdbca4eba5
branches:  trunk
changeset: 554346:3dcdbca4eba5
user:      epg <epg%pkgsrc.org@localhost>
date:      Fri Feb 13 02:05:26 2009 +0000

description:
Needs INSTALL_ROOT=${DESTDIR:Q} in make install environment, just like
qt4-libs, for proper destdir build (this is how I missed the file wiz added to
PLIST; destdir build was slightly broken).

diffstat:

 x11/py-qt4/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0e69c365e314 -r 3dcdbca4eba5 x11/py-qt4/Makefile
--- a/x11/py-qt4/Makefile       Fri Feb 13 01:31:42 2009 +0000
+++ b/x11/py-qt4/Makefile       Fri Feb 13 02:05:26 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/02/11 17:56:48 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2009/02/13 02:05:26 epg Exp $
 #
 
 PKGNAME=               ${PYPKGPREFIX}-qt4-${PYQT_VERSION}
@@ -23,6 +23,8 @@
 CONFIGURE_ARGS+=       -q ${QTDIR}/bin/qmake
 CONFIGURE_ARGS+=       --confirm-license
 
+INSTALL_ENV+=          INSTALL_ROOT=${DESTDIR:Q}
+
 PYTHON_VERSIONS_ACCEPTED=      25 24
 PY_PATCHPLIST=                 yes
 PLIST_SUBST+=                  PYVERSSUFFIX=${PYVERSSUFFIX:Q}



Home | Main Index | Thread Index | Old Index