aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2022-06-15 07:02:05 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2022-06-15 07:02:05 +0000
commit20ba20cb4241e21fa9ef0bb9f18b65d15eb867d4 (patch)
treeebf06b3e9a76c38ac94e108241ccc3a1d634f092
parent418a439f9c5cd4149f1e56bddfd214868359f780 (diff)
downloadports-20ba20cb4241e21fa9ef0bb9f18b65d15eb867d4.tar.gz
ports-20ba20cb4241e21fa9ef0bb9f18b65d15eb867d4.zip
lang/expect: don't strip binaries when WITH_DEBUG=yes
PR: 264671 Reported by: Marcin Cieślak <saper@saper.info>
-rw-r--r--lang/expect/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile
index d4b186a80ddd..6e789661764a 100644
--- a/lang/expect/Makefile
+++ b/lang/expect/Makefile
@@ -2,7 +2,7 @@
PORTNAME= expect
PORTVERSION= 5.45.4
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= lang tcl tk
MASTER_SITES= SF/${PORTNAME}/Expect/${PORTVERSION}
@@ -22,6 +22,7 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION}
SUB_FILES+= pkg-message
SUB_LIST+= MANPREFIX=${MANPREFIX}
TEST_TARGET= test
+MAKE_ENV+= STRIPPROG=${STRIP_CMD}
post-install:
${LN} -sf ${DISTNAME}/lib${DISTNAME}.so \