diff options
author | ache <ache@FreeBSD.org> | 2008-04-02 23:08:01 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2008-04-02 23:08:01 +0800 |
commit | cc25a27d33e6ca79927eb86f58934bec589cf5cf (patch) | |
tree | 584f3653396123699a38f588c502c0d2a386a891 /archivers/unzip | |
parent | 0053ede84b2230faf2447124e85bc1457ba70add (diff) | |
download | freebsd-ports-gnome-cc25a27d33e6ca79927eb86f58934bec589cf5cf.tar.gz freebsd-ports-gnome-cc25a27d33e6ca79927eb86f58934bec589cf5cf.tar.zst freebsd-ports-gnome-cc25a27d33e6ca79927eb86f58934bec589cf5cf.zip |
USE_UNSHRINK becomes default long time ago, remove it
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 77e30e665b97..5eb91103569c 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -28,7 +28,7 @@ CFLAGS+= -D_FILE_OFFSET_BITS=64 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} unreduce_full.zip EXTRACT_ONLY= ${PORTNAME}552.tar.gz MAKE_ENV= LOCAL_UNZIP="${CFLAGS} \ - -DUSE_UNSHRINK -DUSE_SMITH_CODE -DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR" + -DUSE_SMITH_CODE -DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR" .endif .ifdef USE_UNZIP |