From e4485a1ee85ac046351b1eac539225ded6d3a7f7 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 3 Aug 2009 14:25:26 +0000 Subject: Fix DESTDIR installation. --- wm/icecc/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'wm/icecc/Makefile') diff --git a/wm/icecc/Makefile b/wm/icecc/Makefile index 9e9d8b1d398..2f49f9a046e 100644 --- a/wm/icecc/Makefile +++ b/wm/icecc/Makefile @@ -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 @@ SUBST_MESSAGE.path= Fixing hardcoded paths. # 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 -- cgit v1.2.3