summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorplunky <plunky@pkgsrc.org>2008-07-28 18:50:48 +0000
committerplunky <plunky@pkgsrc.org>2008-07-28 18:50:48 +0000
commit723625aafc2b33ef21d6c7b918b5c8b758ee1899 (patch)
tree36c0113710f19574bc1235589f138b9516db3ca8 /wm
parent1e3e49f094bfb0aefb7f3ebfdfe0953b16655ce4 (diff)
downloadpkgsrc-723625aafc2b33ef21d6c7b918b5c8b758ee1899.tar.gz
add ${DESTDIR} to -install targets
Diffstat (limited to 'wm')
-rw-r--r--wm/icecc/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/wm/icecc/Makefile b/wm/icecc/Makefile
index 143343395bc..8748f68724b 100644
--- a/wm/icecc/Makefile
+++ b/wm/icecc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/12/08 12:05:05 obache Exp $
+# $NetBSD: Makefile,v 1.13 2008/07/28 18:50:48 plunky Exp $
# Package version reflects icecc version, with PKGREVISION incremented
# for any tool updates, according to the authors scheme.
@@ -61,12 +61,12 @@ post-build:
post-install:
. for script in ${PYTHON_PATCH_SCRIPTS}
- ${INSTALL_SCRIPT} ${WRKSRC}/${script:Q} ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/${script:Q} ${DESTDIR}${PREFIX}/bin
. endfor
- ${INSTALL_PROGRAM} ${WRKSRC}/icewm4vim/icecolsel ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/icewm4vim/icefonsel ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/icewm4vim/icewm.vim ${PREFIX}/share/vim/${VIM_SUBDIR}/ftplugin/iceprefs.vim
- ${INSTALL_DATA} ${WRKSRC}/icewm4vim/syntax/icewm.vim ${PREFIX}/share/vim/${VIM_SUBDIR}/syntax/iceprefs.vim
+ ${INSTALL_PROGRAM} ${WRKSRC}/icewm4vim/icecolsel ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/icewm4vim/icefonsel ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/icewm4vim/icewm.vim ${DESTDIR}${PREFIX}/share/vim/${VIM_SUBDIR}/ftplugin/iceprefs.vim
+ ${INSTALL_DATA} ${WRKSRC}/icewm4vim/syntax/icewm.vim ${DESTDIR}${PREFIX}/share/vim/${VIM_SUBDIR}/syntax/iceprefs.vim
.include "../../editors/vim-share/version.mk"
.include "../../lang/python/application.mk"