From 1ffeb794cce26ab8e6d6114d24173442fccde276 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Fri, 21 Feb 2014 11:30:39 +0000 Subject: [PATCH] Support staging --- misc/fortuneit/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/fortuneit/Makefile b/misc/fortuneit/Makefile index bb9f47a71118..355906fe41b1 100644 --- a/misc/fortuneit/Makefile +++ b/misc/fortuneit/Makefile @@ -17,7 +17,6 @@ FORTUNEFILES= adams banner computer definizioni formiche italia itatrek \ computer-o definizioni-o film-o italia-o jackfr-o leggi-o \ luttazzi-o obsc-o zuse-o -NO_STAGE= yes pre-build: .if !exists(${STRCMD}) @${ECHO_MSG} "Please install the games distribution" @@ -30,10 +29,11 @@ do-build: .endfor do-install: - @${MKDIR} ${PREFIX}/share/games - @${MKDIR} ${PREFIX}/share/games/fortune + @${MKDIR} ${STAGEDIR}${PREFIX}/share/games + @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune .for f in ${FORTUNEFILES} - @${INSTALL_DATA} ${WRKSRC}/testi/${f}* ${PREFIX}/share/games/fortune + @${INSTALL_DATA} ${WRKSRC}/testi/${f}* \ + ${STAGEDIR}${PREFIX}/share/games/fortune .endfor post-install: