diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-10-27 02:24:52 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-10-27 02:24:52 +0000 |
commit | 8f9f9335d477e462c3364c73997ba660b9078546 (patch) | |
tree | e1b733ad4a4320a28c8d21921c38a56c1bb2d25f /games/heretic2-demo | |
parent | 9e1d7637c9fa594f2b5da27b63943c343e9effc2 (diff) | |
download | pkgsrc-8f9f9335d477e462c3364c73997ba660b9078546.tar.gz |
Creats some dirs with the INSTALL_*_DIR macros, else this won't install.
Cool game, though. :-)
Diffstat (limited to 'games/heretic2-demo')
-rw-r--r-- | games/heretic2-demo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |