Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2014 06:08:08 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361172 - head/devel/flex_compiler_shell
Message-ID:  <201407080608.s68688gw058621@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Jul  8 06:08:07 2014
New Revision: 361172
URL: http://svnweb.freebsd.org/changeset/ports/361172
QAT: https://qat.redports.org/buildarchive/r361172/

Log:
  Stagify.

Modified:
  head/devel/flex_compiler_shell/Makefile

Modified: head/devel/flex_compiler_shell/Makefile
==============================================================================
--- head/devel/flex_compiler_shell/Makefile	Tue Jul  8 06:06:18 2014	(r361171)
+++ head/devel/flex_compiler_shell/Makefile	Tue Jul  8 06:08:07 2014	(r361172)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407080608.s68688gw058621>