pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/icewmconf user-destdir support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66553a89aaf5
branches:  trunk
changeset: 395263:66553a89aaf5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 07 19:35:44 2009 +0000

description:
user-destdir support

diffstat:

 wm/icewmconf/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 794f431fdd78 -r 66553a89aaf5 wm/icewmconf/Makefile
--- a/wm/icewmconf/Makefile     Tue Jul 07 19:34:30 2009 +0000
+++ b/wm/icewmconf/Makefile     Tue Jul 07 19:35:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:54 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2009/07/07 19:35:44 joerg Exp $
 
 DISTNAME=      icewmconf-2.1.0
 PKGREVISION=   2
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://www.sdboyd56.com/icewmconf/
 COMMENT=       Graphical configuration tool for IceWM
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 DEPENDS+=      tk-[0-9]*:../../x11/tk
 
 WRKSRC=                ${WRKDIR}
@@ -26,6 +28,6 @@
                < ${FILENAME}.orig > ${FILENAME}
 
 do-install:
-       ${INSTALL_SCRIPT} ${FILENAME} ${PREFIX}/bin/
+       ${INSTALL_SCRIPT} ${FILENAME} ${DESTDIR}${PREFIX}/bin/
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index