diff options
author | rm <rm@FreeBSD.org> | 2013-06-12 02:22:13 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-06-12 02:22:13 +0800 |
commit | c5351abe938a191ad250acb8da892a30aa2f1eeb (patch) | |
tree | baf911f07482a958b4e925ed64d520091a75ef37 /editors/leo | |
parent | a718ca483d93e0792f163dbbb6416dc8af81e05e (diff) | |
download | freebsd-ports-gnome-c5351abe938a191ad250acb8da892a30aa2f1eeb.tar.gz freebsd-ports-gnome-c5351abe938a191ad250acb8da892a30aa2f1eeb.tar.zst freebsd-ports-gnome-c5351abe938a191ad250acb8da892a30aa2f1eeb.zip |
- trim Makefile header (other changes from PR were committed independently)
while here:
- whitespace fix in pkg-descr
- change USE_PYTHON to just ``yes'' (we haven't python's lt 2.6 in the tree)
PR: 179419
Submitted by: Michael Gmelin <freebsd@grem.de>
Diffstat (limited to 'editors/leo')
-rw-r--r-- | editors/leo/Makefile | 8 | ||||
-rw-r--r-- | editors/leo/pkg-descr | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/editors/leo/Makefile b/editors/leo/Makefile index bc9aecb3aad6..76b067ce9554 100644 --- a/editors/leo/Makefile +++ b/editors/leo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: leo -# Date created: 2002/11/17 -# Whom: Alan Eldridge <ports@geeksrus.net> -# +# Created by: Alan Eldridge <ports@geeksrus.net> # $FreeBSD$ -# PORTNAME= leo PORTVERSION= 4.10 @@ -32,7 +28,7 @@ PYENCHANT_DESC= Enable PyEnchant support WRKSRC= ${WRKDIR}/Leo-${PORTVERSION}-final USE_ZIP= yes -USE_PYTHON= 2.6+ +USE_PYTHON= yes LEO_DIR= ${PYTHONPREFIX_SITELIBDIR}/leo diff --git a/editors/leo/pkg-descr b/editors/leo/pkg-descr index 738ae649e7bb..c15e7f3ca872 100644 --- a/editors/leo/pkg-descr +++ b/editors/leo/pkg-descr @@ -13,6 +13,6 @@ * Leo is fully scriptable using Python and saves its files in XML format. * Leo is portable. Leo.py is 100% pure Python and will run on any platform supporting Python and Tk/tcl, including Windows, Linux and MacOS X. -* Leo is Open Software, distributed under the Python License. +* Leo is Open Software, distributed under the Python License. WWW: http://webpages.charter.net/edreamleo/front.html |