diff options
author | hubertf <hubertf> | 2000-10-27 02:24:52 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-10-27 02:24:52 +0000 |
commit | 21d67adc19913241b6d8715f7c0c2abdf190d9e3 (patch) | |
tree | e1b733ad4a4320a28c8d21921c38a56c1bb2d25f | |
parent | a1fbb350eab9c8a9576aefa52e7d30c923a00c58 (diff) | |
download | pkgsrc-21d67adc19913241b6d8715f7c0c2abdf190d9e3.tar.gz |
Creats some dirs with the INSTALL_*_DIR macros, else this won't install.
Cool game, though. :-)
-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 |