diff options
Diffstat (limited to 'devel/flex_compiler_shell/Makefile')
-rw-r--r-- | devel/flex_compiler_shell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/flex_compiler_shell/Makefile b/devel/flex_compiler_shell/Makefile index dd5af3fc1221..355dd68ed678 100644 --- a/devel/flex_compiler_shell/Makefile +++ b/devel/flex_compiler_shell/Makefile @@ -1,4 +1,3 @@ -# Created by: Jun Kuriyama <kuriyama@FreeBSD.org> # $FreeBSD$ PORTNAME= flex_compiler_shell @@ -24,6 +23,7 @@ WRKSRC= ${WRKDIR} NO_BUILD= YES SUB_FILES= fcsh +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/fcsh ${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/lib/fcsh.jar ${JAVAJARDIR}/flex-sdk/ |