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/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile
index b9cb2e66097..e5a82d63034 100644
--- a/games/nethack-x11/Makefile
+++ b/games/nethack-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/08/23 23:14:26 tron Exp $
+# $NetBSD: Makefile,v 1.10 2000/11/27 22:31:04 pooka Exp $
#
.include "../nethack-lib/Makefile.common"
@@ -11,11 +11,14 @@ DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib
USE_X11= YES
USE_XPM= YES
-ALL_TARGET= nethack
+ALL_TARGET= x11tiles nethack
INSTALL_TARGET= binfiles
MAKE_ENV+= GTYPE=-x11
PATCHFILES+= ${PKGSRCDIR}/games/nethack-lib/patches/patch-*
ALLFILES= ${DISTFILES} # don't checksum shared patches
+post-install:
+ @${INSTALL_DATA} ${WRKSRC}/dat/x11tiles ${PREFIX}/share/nethackdir
+
.include "../../mk/bsd.pkg.mk"