Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2014 09:54:47 +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: r358085 - head/java/eclipse-sqlexplorer
Message-ID:  <201406170954.s5H9sls4081738@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,^,@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,^,@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?201406170954.s5H9sls4081738>