summaryrefslogtreecommitdiff
path: root/games/nethack-qt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/nethack-qt/Makefile')
-rw-r--r--games/nethack-qt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile
index 98ebc770520..19adfb6d266 100644
--- a/games/nethack-qt/Makefile
+++ b/games/nethack-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2002/03/22 17:26:26 pooka Exp $
+# $NetBSD: Makefile,v 1.33 2002/03/25 20:32:26 pooka Exp $
#
.include "../nethack-lib/Makefile.common"
@@ -20,7 +20,8 @@ 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/nethackdir
+ @${INSTALL_DATA} ${WRKSRC}/dat/tiles.xpm \
+ ${PREFIX}/share/nethackdir${NETHACK_DISTVER}
.include "../../graphics/xpm/buildlink.mk"
.include "../../x11/qt2-libs/buildlink.mk"