diff options
author | joerg <joerg> | 2009-07-16 14:59:19 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-07-16 14:59:19 +0000 |
commit | 3ef73ed1cfb8a94637ed0b4119b2427e6b56cbfa (patch) | |
tree | 80f0f12a8185fd1382f5773f8336d92ee6974118 /games/nethack-qt/Makefile | |
parent | 7f63b257ba110cb94de0618d0937f4dbb8e20e01 (diff) | |
download | pkgsrc-3ef73ed1cfb8a94637ed0b4119b2427e6b56cbfa.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'games/nethack-qt/Makefile')
-rw-r--r-- | games/nethack-qt/Makefile | 6 |
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" |