diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-21 11:42:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-21 11:42:17 +0000 |
commit | 6b645fe91a04467dd007302a1e7c29416a2a9205 (patch) | |
tree | e8c65ad39b8455376c32e133095f643cd724c93e | |
parent | dda65800f3b8f4202b0a19f76f52c60eda975532 (diff) | |
download | ports-6b645fe91a04467dd007302a1e7c29416a2a9205.tar.gz ports-6b645fe91a04467dd007302a1e7c29416a2a9205.zip |
Notes
-rw-r--r-- | misc/fortune-mod-bible/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/fortune-mod-bible/Makefile b/misc/fortune-mod-bible/Makefile index 8abf284917f3..aa6536ccea1e 100644 --- a/misc/fortune-mod-bible/Makefile +++ b/misc/fortune-mod-bible/Makefile @@ -18,16 +18,13 @@ USE_BZIP2= yes SUB_FILES+= pkg-message _STRFILE= /usr/games/strfile -NO_STAGE= yes do-build: @cd ${WRKSRC} && ${_STRFILE} -C bible do-install: - @${MKDIR} ${PREFIX}/share/games - @${MKDIR} ${PREFIX}/share/games/fortune - @${INSTALL_DATA} ${WRKSRC}/bible* ${PREFIX}/share/games/fortune + @${MKDIR} ${STAGEDIR}${PREFIX}/share/games + @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune + @${INSTALL_DATA} ${WRKSRC}/bible* ${STAGEDIR}${PREFIX}/share/games/fortune -post-install: - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |