summaryrefslogtreecommitdiff
path: root/x11/fbdesk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-07-07 18:25:56 +0000
committerjoerg <joerg@pkgsrc.org>2009-07-07 18:25:56 +0000
commit6a933a2a5d75115c1a41ff0d3650f6847606891a (patch)
tree9291e0f3133c668f6e8efd2b661af40291065924 /x11/fbdesk
parent86e9ef5ec98e38f09f15c064e54cdb85226f00e3 (diff)
downloadpkgsrc-6a933a2a5d75115c1a41ff0d3650f6847606891a.tar.gz
user-destdir support
Diffstat (limited to 'x11/fbdesk')
-rw-r--r--x11/fbdesk/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile
index 81f15019e8c..5f47fff0624 100644
--- a/x11/fbdesk/Makefile
+++ b/x11/fbdesk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2008/05/10 16:19:16 obache Exp $
+# $NetBSD: Makefile,v 1.24 2009/07/07 18:29:04 joerg Exp $
#
DISTNAME= fbdesk-1.4.1
@@ -9,14 +9,17 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://fluxbox.sourceforge.net/fbdesk/
COMMENT= Application that creates and manage icons on your desktop
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
+INSTALLATION_DIRS= share/doc/fbdesk
+
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fbdesk
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/fbdesk/
+ ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/fbdesk/
BUILDLINK_DEPMETHOD.libXt?= build