pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/icecc Fix DESTDIR installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0bc40d9ffcd
branches:  trunk
changeset: 396784:f0bc40d9ffcd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Aug 03 14:25:26 2009 +0000

description:
Fix DESTDIR installation.

diffstat:

 wm/icecc/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 9bf9576d923c -r f0bc40d9ffcd wm/icecc/Makefile
--- a/wm/icecc/Makefile Mon Aug 03 14:20:14 2009 +0000
+++ b/wm/icecc/Makefile Mon Aug 03 14:25:26 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/03/05 17:44:00 plunky Exp $
+# $NetBSD: Makefile,v 1.16 2009/08/03 14:25:26 joerg Exp $
 
 # Package version reflects icecc version, with PKGREVISION incremented
 # for any tool updates, according to the authors scheme.
@@ -53,6 +53,10 @@
 # VIM_SUBDIR comes from "editors/vim-share/version.mk"
 PLIST_SUBST+=          VIM_SUBDIR=${VIM_SUBDIR:Q}
 
+INSTALL_ENV+=          INSTALL_ROOT=${DESTDIR}
+INSTALLATION_DIRS=     bin share/vim/${VIM_SUBDIR}/ftplugin \
+                       share/vim/${VIM_SUBDIR}/syntax
+
 do-configure:
 .   for dir in ${CONFIGURE_DIRS}
        cd ${WRKSRC} && cd ${dir} && ${QTDIR}/bin/qmake QMAKE_MKDIR=${MKDIR:Q} QMAKE_CHK_DIR_EXISTS=${TEST:Q}\ -d



Home | Main Index | Thread Index | Old Index