aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-01-21 08:20:45 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-01-21 08:20:45 +0000
commitcf0072b606d6c69f4faac96b015cfbeede17720e (patch)
treed135c232fa0fe4df81c01b850ecfbfd1f785e113 /archivers
parent2ddbe2d1c87e667b61b57aed33f0d273229303c6 (diff)
downloadports-cf0072b606d6c69f4faac96b015cfbeede17720e.tar.gz
ports-cf0072b606d6c69f4faac96b015cfbeede17720e.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unzip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index 7643dde6ff23..43a7807fca71 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -7,7 +7,7 @@
PORTNAME= unzip
PORTVERSION= 5.50
-PORTREVISION= 2
+PORTREVISION= 2
CATEGORIES?= archivers
MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ \
${MASTER_SITE_TEX_CTAN:S,%SUBDIR%,tools/zip/info-zip/src/,}
@@ -22,7 +22,7 @@ MAKE_ENV= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK"
MAN1= funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1
.if defined(WITH_UNZIP_UNREDUCE)
-DISTFILES+= unreduce_full.zip
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} unreduce_full.zip
EXTRACT_ONLY= ${PORTNAME}550.tar.gz
MAKE_ENV= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK -DUSE_SMITH_CODE"
.endif