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 | |
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
-rw-r--r-- | archivers/tclmkziplib/Makefile | 3 | ||||
-rw-r--r-- | 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 |