diff options
author | ache <ache@FreeBSD.org> | 2004-01-21 16:20:45 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-01-21 16:20:45 +0800 |
commit | 30ae224647d7788915830b1bb26b3360b46a9751 (patch) | |
tree | 23cd33aa062a59b292460e0ebf48ad76c4fa5a21 /archivers | |
parent | 4579228412e24dcb45c64cdd4624753f16f8b8f6 (diff) | |
download | freebsd-ports-gnome-30ae224647d7788915830b1bb26b3360b46a9751.tar.gz freebsd-ports-gnome-30ae224647d7788915830b1bb26b3360b46a9751.tar.zst freebsd-ports-gnome-30ae224647d7788915830b1bb26b3360b46a9751.zip |
Fix WITH_UNZIP_UNREDUCE case
Submitted by: nork
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzip/Makefile | 4 |
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 |