aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-05-29 17:48:12 +0000
committerJohn Marino <marino@FreeBSD.org>2014-05-29 17:48:12 +0000
commite7512728d3589affdfee52e87c94ad20df151a82 (patch)
treec04331fd2f04008362b45ce572b3732a055a2814
parent2d41200db75d396cfc40f889b045101ae5454e50 (diff)
downloadports-e7512728d3589affdfee52e87c94ad20df151a82.tar.gz
ports-e7512728d3589affdfee52e87c94ad20df151a82.zip
Notes
-rw-r--r--archivers/tclmkziplib/Makefile3
-rw-r--r--editors/leo/Makefile4
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