summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2012-05-15 06:37:53 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2012-05-15 06:37:53 +0000
commit445960e818c9daed9b2be4bc04404b5c1033a9cf (patch)
tree49f0961cd2575c14ee185dbaed6b0bd83556c753 /archivers
parent- Update to 0.24 (diff)
Respect STRIP (eg. if WITH_DEBUG is defined)
PR: 167816 Submitted by: Jan Beich <jbeich@tormail.org>
Notes
Notes: svn path=/head/; revision=296646
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unzip/Makefile1
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