From 998d04687a535936c8e1948b24be5585b1d18c01 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Fri, 28 Feb 2014 10:21:05 +0000 Subject: - Support staging --- french/fortune-mod-zarathoustra/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'french') 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} -- cgit v1.2.3