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 /archivers | |
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 'archivers')
-rw-r--r-- | archivers/tclmkziplib/Makefile | 3 |
1 files changed, 1 insertions, 2 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} |