summaryrefslogtreecommitdiff
path: root/games/nethack-x11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/nethack-x11/Makefile')
-rw-r--r--games/nethack-x11/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile
index 4544b3bc3e0..e9bc9792407 100644
--- a/games/nethack-x11/Makefile
+++ b/games/nethack-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2002/03/22 17:26:28 pooka Exp $
+# $NetBSD: Makefile,v 1.18 2002/03/25 20:32:29 pooka Exp $
#
.include "../nethack-lib/Makefile.common"
@@ -19,7 +19,8 @@ MAKE_ENV+= GTYPE=-x11
ALLFILES+= ${DISTFILES}
post-install:
- @${INSTALL_DATA} ${WRKSRC}/dat/x11tiles ${PREFIX}/share/nethackdir
+ @${INSTALL_DATA} ${WRKSRC}/dat/x11tiles \
+ ${PREFIX}/share/nethackdir${NETHACK_DISTVER}
.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/x11.buildlink.mk"