mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Turn on unshrink method
This commit is contained in:
parent
893bcf5b49
commit
4b30196e34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6363
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user