From e223ac634771b9d8650f6c7c25d4de413054a554 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 10 Jul 2004 23:37:19 +0000 Subject: Create directories which the Makefile does not seem to create during installation -- should fix bulk build. --- games/lincity/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games/lincity') diff --git a/games/lincity/Makefile b/games/lincity/Makefile index e55900aee32..a5a3dfc0658 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/03/02 16:43:49 adam Exp $ +# $NetBSD: Makefile,v 1.12 2004/07/10 23:37:19 wiz Exp $ # DISTNAME= lincity-1.12.0 @@ -18,6 +18,12 @@ USE_PKGLOCALEDIR= yes USE_X11= yes GNU_CONFIGURE= yes +pre-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/lincity/help + ${INSTALL_DATA_DIR} ${PREFIX}/share/lincity/icons + ${INSTALL_DATA_DIR} ${PREFIX}/share/lincity/messages + ${INSTALL_DATA_DIR} ${PREFIX}/share/lincity/opening + post-install: ${LN} -sf lincity.6 ${PREFIX}/man/man6/xlincity.6 -- cgit v1.2.3