diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-21 19:42:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-21 19:42:17 +0800 |
commit | 4139e8df19a0e875a9aaeed4766239850e832a94 (patch) | |
tree | e8c65ad39b8455376c32e133095f643cd724c93e | |
parent | c14395e3d42698622aca2732eebf782f7e9b60c5 (diff) | |
download | freebsd-ports-gnome-4139e8df19a0e875a9aaeed4766239850e832a94.tar.gz freebsd-ports-gnome-4139e8df19a0e875a9aaeed4766239850e832a94.tar.zst freebsd-ports-gnome-4139e8df19a0e875a9aaeed4766239850e832a94.zip |
- Stage support
-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> |