aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--french/fortune-mod-zarathoustra/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/french/fortune-mod-zarathoustra/Makefile b/french/fortune-mod-zarathoustra/Makefile
index 52eace8db0ce..94ff9a0c9406 100644
--- a/french/fortune-mod-zarathoustra/Makefile
+++ b/french/fortune-mod-zarathoustra/Makefile
@@ -14,7 +14,6 @@ SUB_FILES= pkg-message
STRCMD= /usr/games/strfile
-NO_STAGE= yes
pre-build:
.if !exists(${STRCMD})
@${ECHO_MSG} "Please install the games distribution"
@@ -25,8 +24,8 @@ do-build:
@cd ${WRKSRC} && ${STRCMD} zarathoustra
do-install:
- @${MKDIR} ${PREFIX}/share/games/fortune
- @${INSTALL_DATA} ${WRKSRC}/zarathoustra* ${PREFIX}/share/games/fortune
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune
+ @${INSTALL_DATA} ${WRKSRC}/zarathoustra* ${STAGEDIR}${PREFIX}/share/games/fortune
post-install:
@${CAT} ${PKGMESSAGE}