diff options
-rw-r--r-- | archivers/unzip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 38266340975a..0692cfb053ae 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -25,6 +25,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS?= unzip-iconv-[0-9]* zh-unzip-[0-9]* ko-unzip-[0-9]* ru-unzip-[0-9]* MAKEFILE= unix/Makefile +MAKE_ARGS= LF2="${STRIP}" .if defined(INSTALL_AS_INFOUNZIP) UNZIP_NAME= info-unzip .else |