svn commit: r358090 - head/java/eclipse-sysdeo-tomcat

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jun 17 10:12:58 UTC 2014


Author: vanilla
Date: Tue Jun 17 10:12:58 2014
New Revision: 358090
URL: http://svnweb.freebsd.org/changeset/ports/358090
QAT: https://qat.redports.org/buildarchive/r358090/

Log:
  Stagify.

Modified:
  head/java/eclipse-sysdeo-tomcat/Makefile

Modified: head/java/eclipse-sysdeo-tomcat/Makefile
==============================================================================
--- head/java/eclipse-sysdeo-tomcat/Makefile	Tue Jun 17 10:10:38 2014	(r358089)
+++ head/java/eclipse-sysdeo-tomcat/Makefile	Tue Jun 17 10:12:58 2014	(r358090)
@@ -20,13 +20,12 @@ USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
-NO_STAGE=	yes
 do-install:
-		@${MKDIR} -p ${PREFIX}/lib/eclipse
-		@${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_${PORTVERSION} ${PREFIX}/lib/eclipse/plugins
-		@(cd ${WRKSRC}; ${FIND} -s com.sysdeo.eclipse.tomcat_${PORTVERSION} -not -type d) \
-			| ${SED} -ne 's,^,lib/eclipse/plugins/,p' >> ${TMPPLIST}
-		@(cd ${WRKSRC}; ${FIND} -s -d com.sysdeo.eclipse.tomcat_${PORTVERSION} -type d) \
-			| ${SED} -ne 's,^, at dirrm lib/eclipse/plugins/,p' >> ${TMPPLIST}
+	@${MKDIR} -p ${STAGEDIR}${PREFIX}/lib/eclipse
+	@${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/eclipse/plugins
+	@(cd ${WRKSRC}; ${FIND} -s com.sysdeo.eclipse.tomcat_${PORTVERSION} -not -type d) \
+		| ${SED} -ne 's,^,lib/eclipse/plugins/,p' >> ${TMPPLIST}
+	@(cd ${WRKSRC}; ${FIND} -s -d com.sysdeo.eclipse.tomcat_${PORTVERSION} -type d) \
+		| ${SED} -ne 's,^, at dirrm lib/eclipse/plugins/,p' >> ${TMPPLIST}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list