diff options
author | joerg <joerg@pkgsrc.org> | 2009-08-03 14:25:26 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-08-03 14:25:26 +0000 |
commit | e119fe4595811bd9601a443795ff8f7d4642efde (patch) | |
tree | f9b233ae0aa36a2ff05a2209062b74607420185f /wm | |
parent | 40a3796711edef8d660edba1d642dd3073e1ef52 (diff) | |
download | pkgsrc-e119fe4595811bd9601a443795ff8f7d4642efde.tar.gz |
Fix DESTDIR installation.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/icecc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |