aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-07-08 14:08:07 +0800
committervanilla <vanilla@FreeBSD.org>2014-07-08 14:08:07 +0800
commit8506efb86b985612e3503943af4711441f390cfd (patch)
tree305c4e2d950f534a5b80768f975f44d6b4b98a09 /devel
parent79642ee41d0040284923016556ae4dbda78f2fbb (diff)
downloadfreebsd-ports-gnome-8506efb86b985612e3503943af4711441f390cfd.tar.gz
freebsd-ports-gnome-8506efb86b985612e3503943af4711441f390cfd.tar.zst
freebsd-ports-gnome-8506efb86b985612e3503943af4711441f390cfd.zip
Stagify.
Diffstat (limited to 'devel')
-rw-r--r--devel/flex_compiler_shell/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/flex_compiler_shell/Makefile b/devel/flex_compiler_shell/Makefile
index 6000189598f1..5b6e41e7c80b 100644
--- a/devel/flex_compiler_shell/Makefile
+++ b/devel/flex_compiler_shell/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= devel java
MASTER_SITES= http://download.macromedia.com/pub/labs/flex_compiler_shell/
DISTNAME= flex_compiler_shell_012307
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Adobe Flex Compiler Shell
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \
@@ -23,11 +23,10 @@ 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/
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/FlexCompilerShell-license.txt ${DOCSDIR}/
+ ${INSTALL_SCRIPT} ${WRKSRC}/fcsh ${STAGEDIR}${PREFIX}/bin/
+ ${INSTALL_DATA} ${WRKSRC}/lib/fcsh.jar ${STAGEDIR}${JAVAJARDIR}/flex-sdk/
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/FlexCompilerShell-license.txt ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>