diff options
author | marino <marino@FreeBSD.org> | 2014-05-30 01:48:12 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-05-30 01:48:12 +0800 |
commit | ed0385a4ba2b2d8aaf2dfb04f4e7537d3163d2bc (patch) | |
tree | c04331fd2f04008362b45ce572b3732a055a2814 /editors | |
parent | fcf52b3ee84fb39b506909828c3aab6b91ce39e7 (diff) | |
download | freebsd-ports-gnome-ed0385a4ba2b2d8aaf2dfb04f4e7537d3163d2bc.tar.gz freebsd-ports-gnome-ed0385a4ba2b2d8aaf2dfb04f4e7537d3163d2bc.tar.zst freebsd-ports-gnome-ed0385a4ba2b2d8aaf2dfb04f4e7537d3163d2bc.zip |
2 more ports: convert to USES+= zip
USES=zip is required when at least one distfile is a zip archive, unless
the after-extraction arguments are tailored for ${TAR}
Approved by: general infrastructure blanket
Diffstat (limited to 'editors')
-rw-r--r-- | editors/leo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/leo/Makefile b/editors/leo/Makefile index 8675ec989284..7f3b346ebe79 100644 --- a/editors/leo/Makefile +++ b/editors/leo/Makefile @@ -5,7 +5,7 @@ PORTNAME= leo PORTVERSION= 4.11 CATEGORIES= editors python MASTER_SITES= SF/${PORTNAME}/Leo/${PORTVERSION}-final -DISTFILES= Leo-${PORTVERSION}-final.zip +DISTNAME= Leo-${PORTVERSION}-final DIST_SUBDIR= leo MAINTAINER= ports@FreeBSD.org @@ -25,7 +25,7 @@ PYENCHANT_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}enchant>=0:${PORTSDIR}/textproc/py- WRKSRC= ${WRKDIR}/Leo-${PORTVERSION}-final -USES= shebangfix +USES= shebangfix zip SHEBANG_FILES= leo/doc/html/fixup.pl leo/scripts/LinixInstall.py USE_PYTHON= yes |