diff options
Diffstat (limited to 'games/nethack-qt/Makefile')
-rw-r--r-- | games/nethack-qt/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index a74664bee60..9d8708e853c 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/04/14 17:30:31 pooka Exp $ +# $NetBSD: Makefile,v 1.14 2000/04/14 21:13:57 dmcmahill Exp $ # DISTNAME= nethack-3.3.0 @@ -21,6 +21,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./sys/unix/setup.sh ALL_TARGET= x11tiles nethack INSTALL_TARGET= binfiles +PATH= ${X11BASE}/bin/qt2:$$PATH MAKE_ENV+= GTYPE=-qt QTDIR=${X11BASE} PATCHFILES+= ${PKGSRCDIR}/games/nethack-lib/patches/patch-* @@ -28,8 +29,6 @@ ALLFILES= ${DISTFILES} # don't checksum shared patches MD5_FILE= ${.CURDIR}/../nethack-lib/files/md5 -BROKEN= 'qt2 lossage' - post-extract: @${CHMOD} 755 ${WRKSRC}/sys/unix/setup.sh @@ -39,7 +38,7 @@ post-patch: @${RM} -f ${WRKSRC}/foo post-install: - @${MV} ${WRKSRC}/dat/x11tiles ${WRKSRC}/dat/tiles.xpm + @${CP} -f ${WRKSRC}/dat/x11tiles ${WRKSRC}/dat/tiles.xpm @${INSTALL_DATA} ${WRKSRC}/dat/tiles.xpm ${PREFIX}/share/nethackdir .include "../../mk/bsd.pkg.mk" |