diff options
author | ache <ache@FreeBSD.org> | 1997-04-29 21:07:20 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-04-29 21:07:20 +0800 |
commit | 2c0e9cbcb521e6e8911f896b6f5a7f2148341789 (patch) | |
tree | 3099cb6f520e19ffad34b666894afb9b9c079526 | |
parent | 69b9fb0835013a7e763f6ed3fef135a54ced426c (diff) | |
download | freebsd-ports-gnome-2c0e9cbcb521e6e8911f896b6f5a7f2148341789.tar.gz freebsd-ports-gnome-2c0e9cbcb521e6e8911f896b6f5a7f2148341789.tar.zst freebsd-ports-gnome-2c0e9cbcb521e6e8911f896b6f5a7f2148341789.zip |
Turn on unshrink method
-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 49c698171967..24854a26beca 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -3,7 +3,7 @@ # Date created: 17 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.8 1997/01/06 21:43:22 ache Exp $ +# $Id: Makefile,v 1.11 1997/04/27 15:59:09 ache Exp $ # DISTNAME= unzip-5.3 @@ -16,7 +16,7 @@ MAINTAINER= ache@FreeBSD.ORG NO_WRKSUBDIR= YES MAKEFILE= unix/Makefile ALL_TARGET= bsd -MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS}" -f +MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f MAN1= funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1 do-install: |