diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-05-15 14:37:53 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-05-15 14:37:53 +0800 |
commit | 445960e818c9daed9b2be4bc04404b5c1033a9cf (patch) | |
tree | 49f0961cd2575c14ee185dbaed6b0bd83556c753 /archivers/unzip | |
parent | 17874847245061cc256471ec2c5a09a72745da71 (diff) | |
download | freebsd-ports-gnome-445960e818c9daed9b2be4bc04404b5c1033a9cf.tar.gz freebsd-ports-gnome-445960e818c9daed9b2be4bc04404b5c1033a9cf.tar.zst freebsd-ports-gnome-445960e818c9daed9b2be4bc04404b5c1033a9cf.zip |
Respect STRIP (eg. if WITH_DEBUG is defined)
PR: 167816
Submitted by: Jan Beich <jbeich@tormail.org>
Diffstat (limited to 'archivers/unzip')
-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 |