diff options
Diffstat (limited to 'games/xmines/Makefile')
-rw-r--r-- | games/xmines/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/xmines/Makefile b/games/xmines/Makefile index 657488ed94a8..0b1bcf10df75 100644 --- a/games/xmines/Makefile +++ b/games/xmines/Makefile @@ -17,13 +17,10 @@ CFLAGS+= -Wno-error=return-type PORTDOCS= README -NO_STAGE= yes -.include <bsd.port.options.mk> +OPTIONS_DEFINE= DOCS post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |