summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-07-07 19:31:32 +0000
committerjoerg <joerg@pkgsrc.org>2009-07-07 19:31:32 +0000
commit224645a577f5c6a24cd48a187504fae763561e7b (patch)
tree4bc05267d49eca96be86b2b636ea6c67ed96cb71 /wm
parent5b45815598fb1a832e13533927ba79849bf8c0fd (diff)
downloadpkgsrc-224645a577f5c6a24cd48a187504fae763561e7b.tar.gz
user-destdir support
Diffstat (limited to 'wm')
-rw-r--r--wm/skippy/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/wm/skippy/Makefile b/wm/skippy/Makefile
index 7cc70338d30..391425031aa 100644
--- a/wm/skippy/Makefile
+++ b/wm/skippy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/04/13 09:06:15 xtraeme Exp $
+# $NetBSD: Makefile,v 1.14 2009/07/07 19:31:32 joerg Exp $
#
DISTNAME= skippy-0.5.0
@@ -11,13 +11,15 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://thegraveyard.org/skippy.php
COMMENT= Fullscreen task switcher for X11
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= pkg-config
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
INSTALLATION_DIRS= share/examples/${PKGBASE}
post-install:
- ${INSTALL_DATA} ${WRKSRC}/skippyrc-default ${EGDIR}/skippyrc
+ ${INSTALL_DATA} ${WRKSRC}/skippyrc-default ${DESTDIR}${EGDIR}/skippyrc
.include "../../graphics/imlib2/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"