svn commit: r358088 - head/java/eclipse-log4e

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jun 17 10:06:39 UTC 2014


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,^, at 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,^, at dirrm lib/eclipse/,p' >> ${TMPPLIST}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list