summaryrefslogtreecommitdiff
path: root/x11/xcruise
diff options
context:
space:
mode:
authorjoerg <joerg>2009-07-07 17:57:22 +0000
committerjoerg <joerg>2009-07-07 17:57:22 +0000
commite5b2412bf4d849a81322438b2d6beb93ee7cbc27 (patch)
tree6cbc91ac7ae49410a786adaa81e59aedb6a62a18 /x11/xcruise
parenta703584368152d2cf90a12ed3f138e47c61c8000 (diff)
downloadpkgsrc-e5b2412bf4d849a81322438b2d6beb93ee7cbc27.tar.gz
user-destdir support
Diffstat (limited to 'x11/xcruise')
-rw-r--r--x11/xcruise/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/xcruise/Makefile b/x11/xcruise/Makefile
index e1691e9cccb..033e7849b22 100644
--- a/x11/xcruise/Makefile
+++ b/x11/xcruise/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2009/05/19 08:59:39 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2009/07/07 17:58:05 joerg Exp $
#
DISTNAME= xcruise-0.24
@@ -11,15 +11,17 @@ HOMEPAGE= http://xcruiser.sourceforge.net/
COMMENT= Navigate through a three-dimensional view of a file system
#LICENSE= GPL
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_IMAKE= yes
INSTALLATION_DIRS= bin lib/X11/app-defaults share/doc/xcruise
post-install:
- ${INSTALL_DATA} ${WRKSRC}/XCruise.ad ${PREFIX}/lib/X11/app-defaults/XCruise
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xcruise
- ${INSTALL_DATA} ${WRKSRC}/README.jp ${PREFIX}/share/doc/xcruise
- ${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/xcruise
+ ${INSTALL_DATA} ${WRKSRC}/XCruise.ad ${DESTDIR}${PREFIX}/lib/X11/app-defaults/XCruise
+ ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/xcruise
+ ${INSTALL_DATA} ${WRKSRC}/README.jp ${DESTDIR}${PREFIX}/share/doc/xcruise
+ ${INSTALL_DATA} ${WRKSRC}/TODO ${DESTDIR}${PREFIX}/share/doc/xcruise
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"