diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-16 00:19:17 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-16 00:19:17 +0800 |
commit | d27c5e4859269bf8623d2cfb5bd1ca9ef2ac5891 (patch) | |
tree | e69727b0869e2f9b08e0c437331a8fb3ab049335 /games | |
parent | 5c34ccdf51b4f84bee1453fc312a7d7c6ec81de6 (diff) | |
download | freebsd-ports-gnome-d27c5e4859269bf8623d2cfb5bd1ca9ef2ac5891.tar.gz freebsd-ports-gnome-d27c5e4859269bf8623d2cfb5bd1ca9ef2ac5891.tar.zst freebsd-ports-gnome-d27c5e4859269bf8623d2cfb5bd1ca9ef2ac5891.zip |
Stagify.
Approved by: portmgr@
Diffstat (limited to 'games')
-rw-r--r-- | games/rubix/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/rubix/Makefile b/games/rubix/Makefile index 917a19d5e88e..689bdf7da518 100644 --- a/games/rubix/Makefile +++ b/games/rubix/Makefile @@ -22,18 +22,16 @@ PLIST_FILES= bin/rubix DOCFILES= AUTHORS BUGS INSTALL README TODO -NO_STAGE= yes - OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/rubix ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/rubix ${STAGEDIR}${PREFIX}/bin .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${DOCFILES} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .endif |