diff options
author | culot <culot@FreeBSD.org> | 2014-02-28 18:21:05 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-02-28 18:21:05 +0800 |
commit | e48015a14d25913021b510bbc1827d2f8d7eb7b4 (patch) | |
tree | 3bea241ae2edf56cb73868bff14c0d8d2f9e3838 /french | |
parent | aece4ff6772ecd275a9c7f316b62149f4efb81db (diff) | |
download | freebsd-ports-gnome-e48015a14d25913021b510bbc1827d2f8d7eb7b4.tar.gz freebsd-ports-gnome-e48015a14d25913021b510bbc1827d2f8d7eb7b4.tar.zst freebsd-ports-gnome-e48015a14d25913021b510bbc1827d2f8d7eb7b4.zip |
- Support staging
Diffstat (limited to 'french')
-rw-r--r-- | french/fortune-mod-zarathoustra/Makefile | 5 |
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} |