summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/nethack-qt/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile
index 34c991c5847..52d29477a7e 100644
--- a/games/nethack-qt/Makefile
+++ b/games/nethack-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2008/09/26 15:10:08 joerg Exp $
+# $NetBSD: Makefile,v 1.54 2009/07/16 14:59:19 joerg Exp $
#
.include "../../games/nethack-lib/Makefile.common"
@@ -7,6 +7,8 @@ PKGNAME= nethack-qt-${NETHACK_VERSION}
PKGREVISION= 6
CATEGORIES+= x11
+MAKE_JOBS_SAFE= no
+
COMMENT= The QT-Enhanced X11 version of NetHack
DEPENDS+= nethack-lib-${NETHACK_VERSION}{,nb*}:../../games/nethack-lib
@@ -19,7 +21,7 @@ CFLAGS+= -DPREFIX="\"${PREFIX}\""
post-install:
@${CP} -f ${WRKSRC}/dat/x11tiles ${WRKSRC}/dat/tiles.xpm
- @${INSTALL_DATA} ${WRKSRC}/dat/tiles.xpm ${PREFIX}/share/${NETHACK_DIR}
+ @${INSTALL_DATA} ${WRKSRC}/dat/tiles.xpm ${DESTDIR}${PREFIX}/share/${NETHACK_DIR}
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/qt3-libs/buildlink3.mk"