svn commit: r335827 - head/lang/gcc-ecj45

Gerald Pfeifer gerald at FreeBSD.org
Sat Dec 7 12:26:49 UTC 2013


Author: gerald
Date: Sat Dec  7 12:26:48 2013
New Revision: 335827
URL: http://svnweb.freebsd.org/changeset/ports/335827

Log:
  STAGEify.

Modified:
  head/lang/gcc-ecj45/Makefile

Modified: head/lang/gcc-ecj45/Makefile
==============================================================================
--- head/lang/gcc-ecj45/Makefile	Sat Dec  7 12:08:28 2013	(r335826)
+++ head/lang/gcc-ecj45/Makefile	Sat Dec  7 12:26:48 2013	(r335827)
@@ -16,8 +16,7 @@ COMMENT=	Eclipse Java Compiler used to b
 NO_BUILD=	yes
 PLIST_FILES=	share/java/${DISTNAME}
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/share/java/
+	${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/share/java
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list