From 21d67adc19913241b6d8715f7c0c2abdf190d9e3 Mon Sep 17 00:00:00 2001 From: hubertf Date: Fri, 27 Oct 2000 02:24:52 +0000 Subject: Creats some dirs with the INSTALL_*_DIR macros, else this won't install. Cool game, though. :-) --- games/heretic2-demo/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/heretic2-demo/Makefile b/games/heretic2-demo/Makefile index 0fb1bc999e4..70af90b2c44 100644 --- a/games/heretic2-demo/Makefile +++ b/games/heretic2-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/10/21 22:38:58 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2000/10/27 02:24:52 hubertf Exp $ # DISTNAME= heretic2-demo-x86 @@ -38,7 +38,8 @@ do-build: # The executable must be in the same directory as the data. do-install: - ${MKDIR} ${LIBDIR} + ${INSTALL_PROGRAM_DIR} ${LIBDIR} + ${INSTALL_DATA_DIR} ${SHAREDIR} ${INSTALL_SCRIPT} ${WRKDIR}/${BINNAME}.sh ${PREFIX}/bin/${BINNAME} ${INSTALL_PROGRAM} ${WRKSRC}/${DISTBINNAME} ${LIBDIR}/${BINNAME} ${INSTALL_DATA} ${WRKSRC}/README ${SHAREDIR}/${BINNAME}-QuickStart.txt -- cgit v1.2.3