svn commit: r354932 - head/editors/rox-edit

Jimmy Olgeni olgeni at FreeBSD.org
Fri May 23 11:44:38 UTC 2014


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>


More information about the svn-ports-all mailing list