diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-10 03:45:06 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-10 03:45:06 +0800 |
commit | 0fe8ce5e50d8880cbbb932074440f394d8d82829 (patch) | |
tree | a2c303082017aedcdf54dff5ffa1d94105115ece /editors | |
parent | 1d881e57eac0a6f670f0a9705d01166db4848d49 (diff) | |
download | freebsd-ports-gnome-0fe8ce5e50d8880cbbb932074440f394d8d82829.tar.gz freebsd-ports-gnome-0fe8ce5e50d8880cbbb932074440f394d8d82829.tar.zst freebsd-ports-gnome-0fe8ce5e50d8880cbbb932074440f394d8d82829.zip |
- Fix shebangs
MFH: 2015Q2 (blanket)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/leo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/leo/Makefile b/editors/leo/Makefile index 69a3f2a99116..a9b84bc0c3d7 100644 --- a/editors/leo/Makefile +++ b/editors/leo/Makefile @@ -3,6 +3,7 @@ PORTNAME= leo PORTVERSION= 5.1 +PORTREVISION= 1 CATEGORIES= editors python MASTER_SITES= SF/${PORTNAME}/Leo/${PORTVERSION}-final DISTNAME= Leo-${PORTVERSION}-final @@ -23,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ NO_ARCH= yes USES= python shebangfix zip -SHEBANG_FILES= leo/doc/html/fixup.pl +SHEBANG_FILES= leo/doc/html/fixup.pl leo/external/saveleo USE_PYTHON= autoplist distutils DESKTOP_ENTRIES="Leo" "Literate Editor with Outlines" \ |