diff options
author | olgeni <olgeni@FreeBSD.org> | 2004-06-18 00:00:55 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2004-06-18 00:00:55 +0800 |
commit | b89b5869c022e178f57a5f3ccaee96f809b884bf (patch) | |
tree | 9e7d31a8db1be8f06ab7420ddad927e982b05351 /editors/rox-edit | |
parent | b411c4c23db07c4257724521d0133c5ac6db556c (diff) | |
download | freebsd-ports-gnome-b89b5869c022e178f57a5f3ccaee96f809b884bf.tar.gz freebsd-ports-gnome-b89b5869c022e178f57a5f3ccaee96f809b884bf.tar.zst freebsd-ports-gnome-b89b5869c022e178f57a5f3ccaee96f809b884bf.zip |
Remove some extra whitespace.
Diffstat (limited to 'editors/rox-edit')
-rw-r--r-- | editors/rox-edit/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/editors/rox-edit/Makefile b/editors/rox-edit/Makefile index f163622338f2..bf2897ba4c00 100644 --- a/editors/rox-edit/Makefile +++ b/editors/rox-edit/Makefile @@ -5,21 +5,21 @@ # $FreeBSD$ # -PORTNAME= rox-edit -PORTVERSION= 1.9.6 -CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +PORTNAME= rox-edit +PORTVERSION= 1.9.6 +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= rox -DISTNAME= edit-${PORTVERSION} -EXTRACT_SUFX= .tgz +DISTNAME= edit-${PORTVERSION} +EXTRACT_SUFX= .tgz -MAINTAINER= olgeni@FreeBSD.org -COMMENT= Text editor for the ROX desktop +MAINTAINER= olgeni@FreeBSD.org +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 +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_PYTHON= yes post-extract: @${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM} |