aboutsummaryrefslogtreecommitdiff
path: root/archivers/unzip
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-02-14 05:43:00 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-02-14 05:43:00 +0000
commit2275ee0bcfe94ad50ac42d98c773a171c673828d (patch)
treeb5916119748ef6bc0c4aa1ef724befadc8877e8e /archivers/unzip
parent66b11c3118acb759fa0e72544f5860e93072a9e0 (diff)
downloadports-2275ee0bcfe94ad50ac42d98c773a171c673828d.tar.gz
ports-2275ee0bcfe94ad50ac42d98c773a171c673828d.zip
Notes
Diffstat (limited to 'archivers/unzip')
-rw-r--r--archivers/unzip/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index a779b23db8d6..37928ba10d17 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -6,16 +6,16 @@
#
PORTNAME= unzip
-PORTVERSION= 5.42
+PORTVERSION= 5.42
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.freesoftware.com/pub/infozip/src/
-DISTNAME= ${PORTNAME}542
+DISTNAME= ${PORTNAME}542
MAINTAINER= ache@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKEFILE= unix/Makefile
-MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f
+MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f
MAN1= funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1
.include <bsd.port.pre.mk>