svn commit: r358085 - head/java/eclipse-sqlexplorer

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jun 17 09:54:48 UTC 2014


Author: vanilla
Date: Tue Jun 17 09:54:47 2014
New Revision: 358085
URL: http://svnweb.freebsd.org/changeset/ports/358085
QAT: https://qat.redports.org/buildarchive/r358085/

Log:
  Stagify.

Modified:
  head/java/eclipse-sqlexplorer/Makefile

Modified: head/java/eclipse-sqlexplorer/Makefile
==============================================================================
--- head/java/eclipse-sqlexplorer/Makefile	Tue Jun 17 09:51:33 2014	(r358084)
+++ head/java/eclipse-sqlexplorer/Makefile	Tue Jun 17 09:54:47 2014	(r358085)
@@ -20,14 +20,13 @@ 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
-		@(cd ${WRKSRC}; ${FIND} -s plugins -not -type d) \
-			| ${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST}
-		@(cd ${WRKSRC}; ${FIND} -s -d plugins -type d) \
-			| ${GREP} -vE '^plugins$$' \
-			| ${SED} -ne 's,^, at dirrm lib/eclipse/,p' >> ${TMPPLIST}
+	@${MKDIR} -p ${STAGEDIR}${PREFIX}/lib/eclipse
+	@${CP} -r ${WRKSRC}/plugins ${STAGEDIR}${PREFIX}/lib/eclipse
+	@(cd ${WRKSRC}; ${FIND} -s plugins -not -type d) \
+		| ${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST}
+	@(cd ${WRKSRC}; ${FIND} -s -d plugins -type d) \
+		| ${GREP} -vE '^plugins$$' \
+		| ${SED} -ne 's,^, at dirrm lib/eclipse/,p' >> ${TMPPLIST}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list