diff options
Diffstat (limited to 'devel/flex_compiler_shell/Makefile')
-rw-r--r-- | devel/flex_compiler_shell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/flex_compiler_shell/Makefile b/devel/flex_compiler_shell/Makefile index 5b6e41e7c80b..93b2d057d03b 100644 --- a/devel/flex_compiler_shell/Makefile +++ b/devel/flex_compiler_shell/Makefile @@ -23,10 +23,12 @@ WRKSRC= ${WRKDIR} NO_BUILD= YES SUB_FILES= fcsh +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/fcsh ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/lib/fcsh.jar ${STAGEDIR}${JAVAJARDIR}/flex-sdk/ - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/FlexCompilerShell-license.txt ${STAGEDIR}${DOCSDIR}/ .include <bsd.port.mk> |