From e7512728d3589affdfee52e87c94ad20df151a82 Mon Sep 17 00:00:00 2001 From: John Marino Date: Thu, 29 May 2014 17:48:12 +0000 Subject: [PATCH] 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 --- archivers/tclmkziplib/Makefile | 3 +-- editors/leo/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/archivers/tclmkziplib/Makefile b/archivers/tclmkziplib/Makefile index dc298a27b422..5a11a94a81ea 100644 --- a/archivers/tclmkziplib/Makefile +++ b/archivers/tclmkziplib/Makefile @@ -7,12 +7,11 @@ PORTREVISION= 2 CATEGORIES= archivers tcl MASTER_SITES= http://mkextensions.sourceforge.net/ DISTNAME= mkZiplib${PORTVERSION:S/.//} -EXTRACT_SUFX= .zip MAINTAINER= tcltk@FreeBSD.org COMMENT= GZIP and ZIP support for TCL; dynamically loadable -USES+= tcl +USES+= tcl zip WRKSRC= ${WRKDIR}/mkZiplib${PORTVERSION} 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