diff options
Diffstat (limited to 'editors/rox-edit/Makefile')
-rw-r--r-- | editors/rox-edit/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/editors/rox-edit/Makefile b/editors/rox-edit/Makefile index 69076443717..6322e59c5f3 100644 --- a/editors/rox-edit/Makefile +++ b/editors/rox-edit/Makefile @@ -6,13 +6,10 @@ # PORTNAME= rox-edit -PORTVERSION= 2.0 -PORTREVISION= 2 +PORTVERSION= 2.1 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= rox +MASTER_SITES= SF/rox DISTNAME= edit-${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= olgeni@FreeBSD.org COMMENT= Text editor for the ROX desktop @@ -21,6 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib USE_PYTHON= yes +USE_BZIP2= yes post-extract: @${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM} |