diff options
author | Frederic Culot <culot@FreeBSD.org> | 2014-02-28 10:21:05 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2014-02-28 10:21:05 +0000 |
commit | 998d04687a535936c8e1948b24be5585b1d18c01 (patch) | |
tree | 3bea241ae2edf56cb73868bff14c0d8d2f9e3838 /french/fortune-mod-zarathoustra | |
parent | 31b263da9e6dfb4512cdd9f2ba43586a3601cdba (diff) | |
download | ports-998d04687a535936c8e1948b24be5585b1d18c01.tar.gz ports-998d04687a535936c8e1948b24be5585b1d18c01.zip |
Notes
Diffstat (limited to 'french/fortune-mod-zarathoustra')
-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} |