diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-09-29 12:50:40 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-09-29 12:50:40 +0000 |
commit | 0f989492447f0f9c96c88396a6af11809fa98db7 (patch) | |
tree | 9f544b032ace00379b6acacc444854d9eb01ec44 /games/torcs | |
parent | 255e781fcbf69dab7628f675f0ead052b75263af (diff) |
Notes
Diffstat (limited to 'games/torcs')
-rw-r--r-- | games/torcs/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile index 94fe1b4749b8..bba223c4fdcf 100644 --- a/games/torcs/Makefile +++ b/games/torcs/Makefile @@ -54,7 +54,6 @@ DESKTOP_ENTRIES= "TORCS" \ OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include <bsd.port.options.mk> EMPTYDIR= champ dtmrace endrace ncrace practice quickrace @@ -67,15 +66,15 @@ post-patch: .endfor pre-install: - @${MKDIR} ${PREFIX}/share/games + @${MKDIR} ${STAGEDIR}${PREFIX}/share/games post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/faq/|} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/faq/|} ${STAGEDIR}${DOCSDIR} .endif .for ed in ${EMPTYDIR} - ${TOUCH} ${INSTDIR}/results/${ed}/.keep_me + ${TOUCH} ${STAGEDIR}${INSTDIR}/results/${ed}/.keep_me .endfor .include <bsd.port.mk> |