mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
lang/expect: don't strip binaries when WITH_DEBUG=yes
PR: 264671 Reported by: Marcin Cieślak <saper@saper.info>
This commit is contained in:
parent
418a439f9c
commit
20ba20cb42
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= expect
|
PORTNAME= expect
|
||||||
PORTVERSION= 5.45.4
|
PORTVERSION= 5.45.4
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= lang tcl tk
|
CATEGORIES= lang tcl tk
|
||||||
MASTER_SITES= SF/${PORTNAME}/Expect/${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/Expect/${PORTVERSION}
|
||||||
|
@ -22,6 +22,7 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||||
SUB_FILES+= pkg-message
|
SUB_FILES+= pkg-message
|
||||||
SUB_LIST+= MANPREFIX=${MANPREFIX}
|
SUB_LIST+= MANPREFIX=${MANPREFIX}
|
||||||
TEST_TARGET= test
|
TEST_TARGET= test
|
||||||
|
MAKE_ENV+= STRIPPROG=${STRIP_CMD}
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${LN} -sf ${DISTNAME}/lib${DISTNAME}.so \
|
${LN} -sf ${DISTNAME}/lib${DISTNAME}.so \
|
||||||
|
|
Loading…
Add table
Reference in a new issue