From 5c683d5c1f75217bc5546afb6ff7ba22fd1e0bc3 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 14 Jun 2005 17:24:12 +0000 Subject: Create directories before installing files into them. This fixes installation when NO_MTREE=yes, and also fixes PR pkg/30491. --- games/nethack-x11/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'games/nethack-x11') diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile index d52d6e5b320..7e656cd7e86 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/06/01 18:02:51 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2005/06/14 17:24:12 jlam Exp $ # .include "../nethack-lib/Makefile.common" @@ -18,6 +18,8 @@ MAKE_ENV+= GTYPE=-x11 ALLFILES+= ${DISTFILES} FONTS_X11_DIRS+= ${PREFIX}/lib/X11/fonts/misc +INSTALLATION_DIRS= lib/X11/app-defaults lib/X11/fonts/misc + post-install: @${INSTALL_DATA} ${WRKSRC}/dat/x11tiles ${PREFIX}/share/${NETHACK_DIR} @${INSTALL_DATA} ${WRKSRC}/win/X11/NetHack.ad \ -- cgit v1.2.3