Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2014 11:44:38 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354932 - head/editors/rox-edit
Message-ID:  <201405231144.s4NBicUA095464@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Fri May 23 11:44:38 2014
New Revision: 354932
URL: http://svnweb.freebsd.org/changeset/ports/354932
QAT: https://qat.redports.org/buildarchive/r354932/

Log:
  Add staging support.

Modified:
  head/editors/rox-edit/Makefile

Modified: head/editors/rox-edit/Makefile
==============================================================================
--- head/editors/rox-edit/Makefile	Fri May 23 11:43:30 2014	(r354931)
+++ head/editors/rox-edit/Makefile	Fri May 23 11:44:38 2014	(r354932)
@@ -13,10 +13,9 @@ COMMENT=	Text editor for the ROX desktop
 RUN_DEPENDS=	${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \
 		${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib
 
+USES=		tar:bzip2
 USE_PYTHON=	yes
-USE_BZIP2=	yes
 
-NO_STAGE=	yes
 post-extract:
 	@${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM}
 	@${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -rf
@@ -31,8 +30,7 @@ pre-install:
 	@${FIND} ${WRKSRC} -name *.bak | ${XARGS} ${RM}
 
 do-install:
-	@${MKDIR} ${PREFIX}/apps
-	@${CP} -r ${WRKSRC}/Edit ${PREFIX}/apps/
-	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/apps/Edit
+	@${MKDIR} ${STAGEDIR}${PREFIX}/apps
+	${CP} -r ${WRKSRC}/Edit ${STAGEDIR}${PREFIX}/apps/
 
 .include <bsd.port.mk>



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