summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorjoerg <joerg>2009-08-03 14:25:26 +0000
committerjoerg <joerg>2009-08-03 14:25:26 +0000
commite3444dc4d4846401613cc9cefc9d8dcb61565d69 (patch)
treef9b233ae0aa36a2ff05a2209062b74607420185f /wm
parentb41a485faaccab71cbe82bfc93ed21326650a910 (diff)
downloadpkgsrc-e3444dc4d4846401613cc9cefc9d8dcb61565d69.tar.gz
Fix DESTDIR installation.
Diffstat (limited to 'wm')
-rw-r--r--wm/icecc/Makefile6
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