summaryrefslogtreecommitdiff
path: root/x11/xbindkeys-tk
diff options
context:
space:
mode:
authorjoerg <joerg>2009-07-07 17:57:22 +0000
committerjoerg <joerg>2009-07-07 17:57:22 +0000
commit1cc67edfa4a3877f4671c805e09a2b10b271501e (patch)
tree6cbc91ac7ae49410a786adaa81e59aedb6a62a18 /x11/xbindkeys-tk
parent7bc8526d77491da10626f9dd6c97db127752866a (diff)
downloadpkgsrc-1cc67edfa4a3877f4671c805e09a2b10b271501e.tar.gz
user-destdir support
Diffstat (limited to 'x11/xbindkeys-tk')
-rw-r--r--x11/xbindkeys-tk/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/xbindkeys-tk/Makefile b/x11/xbindkeys-tk/Makefile
index a41385a76d6..f174107a5a8 100644
--- a/x11/xbindkeys-tk/Makefile
+++ b/x11/xbindkeys-tk/Makefile
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2007/01/07 09:14:16 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2009/07/07 17:58:21 joerg Exp $
#
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../x11/xbindkeys/Makefile.common"
PKGNAME= ${DISTNAME:S/xbindkeys/xbindkeys-tk/}
@@ -15,7 +17,7 @@ NO_BUILD= yes
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/xbindkeys_show ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/xbindkeys_show.1 ${PREFIX}/${PKGMANDIR}/man1
+ ${INSTALL_SCRIPT} ${WRKSRC}/xbindkeys_show ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/xbindkeys_show.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"