diff options
Diffstat (limited to 'games/nethack-qt')
-rw-r--r-- | games/nethack-qt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 848537efe18..f91027af791 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2005/09/22 14:55:07 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2005/11/24 20:32:34 rillig Exp $ # .include "../nethack-lib/Makefile.common" @@ -17,8 +17,6 @@ INSTALL_TARGET= binfiles MAKE_ENV+= GTYPE=-qt CFLAGS+= -DPREFIX="\"${PREFIX}\"" -ALLFILES= ${DISTFILES} # don't checksum shared patches - post-install: @${CP} -f ${WRKSRC}/dat/x11tiles ${WRKSRC}/dat/tiles.xpm @${INSTALL_DATA} ${WRKSRC}/dat/tiles.xpm ${PREFIX}/share/${NETHACK_DIR} |