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