pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/icecc add ${DESTDIR} to -install targets
details: https://anonhg.NetBSD.org/pkgsrc/rev/de4843bcfbdd
branches: trunk
changeset: 545210:de4843bcfbdd
user: plunky <plunky%pkgsrc.org@localhost>
date: Mon Jul 28 18:50:48 2008 +0000
description:
add ${DESTDIR} to -install targets
diffstat:
wm/icecc/Makefile | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (27 lines):
diff -r e8066c2f72c3 -r de4843bcfbdd wm/icecc/Makefile
--- a/wm/icecc/Makefile Mon Jul 28 18:49:06 2008 +0000
+++ b/wm/icecc/Makefile Mon Jul 28 18:50:48 2008 +0000
@@ -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-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"
Home |
Main Index |
Thread Index |
Old Index