Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2014 10:06:39 +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: r358088 - head/java/eclipse-log4e
Message-ID:  <201406171006.s5HA6dC0087108@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Jun 17 10:06:38 2014
New Revision: 358088
URL: http://svnweb.freebsd.org/changeset/ports/358088
QAT: https://qat.redports.org/buildarchive/r358088/

Log:
  Stagify.

Modified:
  head/java/eclipse-log4e/Makefile

Modified: head/java/eclipse-log4e/Makefile
==============================================================================
--- head/java/eclipse-log4e/Makefile	Tue Jun 17 10:03:54 2014	(r358087)
+++ head/java/eclipse-log4e/Makefile	Tue Jun 17 10:06:38 2014	(r358088)
@@ -19,15 +19,14 @@ USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
-NO_STAGE=	yes
 do-install:
-		@${MKDIR} -p ${PREFIX}/lib/eclipse
-		@${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse
-		@${CP} -r ${WRKSRC}/features ${PREFIX}/lib/eclipse
-		@(cd ${WRKSRC}; ${FIND} -s features plugins -not -type d) \
-			| ${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST}
-		@(cd ${WRKSRC}; ${FIND} -s -d features plugins -type d) \
-			| ${GREP} -vE 'plugins$$|features$$' \
-			| ${SED} -ne 's,^,@dirrm lib/eclipse/,p' >> ${TMPPLIST}
+	@${MKDIR} -p ${STAGEDIR}${PREFIX}/lib/eclipse
+	@${CP} -r ${WRKSRC}/plugins ${STAGEDIR}${PREFIX}/lib/eclipse
+	@${CP} -r ${WRKSRC}/features ${STAGEDIR}${PREFIX}/lib/eclipse
+	@(cd ${WRKSRC}; ${FIND} -s features plugins -not -type d) \
+		| ${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST}
+	@(cd ${WRKSRC}; ${FIND} -s -d features plugins -type d) \
+		| ${GREP} -vE 'plugins$$|features$$' \
+		| ${SED} -ne 's,^,@dirrm lib/eclipse/,p' >> ${TMPPLIST}
 
 .include <bsd.port.mk>



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