svn commit: r358083 - head/devel/mercurialeclipse

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jun 17 09:44:26 UTC 2014


Author: vanilla
Date: Tue Jun 17 09:44:25 2014
New Revision: 358083
URL: http://svnweb.freebsd.org/changeset/ports/358083
QAT: https://qat.redports.org/buildarchive/r358083/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/devel/mercurialeclipse/Makefile

Modified: head/devel/mercurialeclipse/Makefile
==============================================================================
--- head/devel/mercurialeclipse/Makefile	Tue Jun 17 09:43:35 2014	(r358082)
+++ head/devel/mercurialeclipse/Makefile	Tue Jun 17 09:44:25 2014	(r358083)
@@ -24,9 +24,8 @@ NO_WRKSUBDIR=	yes
 ECLIPSE=	${PREFIX}/lib/eclipse
 PLUGINS=	plugins
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${ECLIPSE}/${PLUGINS}
-	@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${ECLIPSE}/${PLUGINS}/
+	@${MKDIR} ${STAGEDIR}${ECLIPSE}/${PLUGINS}
+	@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${STAGEDIR}${ECLIPSE}/${PLUGINS}/
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list