diff options
author | danilo <danilo@FreeBSD.org> | 2013-12-08 20:56:22 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-12-08 20:56:22 +0800 |
commit | 2c130930374e140f22337ac1b4a2f3a3fce441e7 (patch) | |
tree | ca2bc2969f13c51f1582190a65eac2b4b178fa63 /misc | |
parent | e8d29c9633b56d26c429ac1bbed16571b10914ce (diff) | |
download | freebsd-ports-graphics-2c130930374e140f22337ac1b4a2f3a3fce441e7.tar.gz freebsd-ports-graphics-2c130930374e140f22337ac1b4a2f3a3fce441e7.tar.zst freebsd-ports-graphics-2c130930374e140f22337ac1b4a2f3a3fce441e7.zip |
- Add stage support
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fortune-mod-futurama/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/misc/fortune-mod-futurama/Makefile b/misc/fortune-mod-futurama/Makefile index ffaf9a53905..b65be77460d 100644 --- a/misc/fortune-mod-futurama/Makefile +++ b/misc/fortune-mod-futurama/Makefile @@ -16,16 +16,11 @@ SUB_FILES= pkg-message PLIST_FILES= share/games/fortune/futurama share/games/fortune/futurama.dat PLIST_DIRS= share/games/fortune share/games -NO_STAGE= yes do-build: @cd ${WRKSRC} && /usr/games/strfile futurama do-install: - @${MKDIR} ${PREFIX}/share/games - @${MKDIR} ${PREFIX}/share/games/fortune - @${INSTALL_DATA} ${WRKSRC}/futurama* ${PREFIX}/share/games/fortune - -post-install: - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune + ${INSTALL_DATA} ${WRKSRC}/futurama* ${STAGEDIR}${PREFIX}/share/games/fortune .include <bsd.port.mk> |