Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2014 09:44:25 +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: r358083 - head/devel/mercurialeclipse
Message-ID:  <201406170944.s5H9iPu6077127@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406170944.s5H9iPu6077127>