mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
There is no real need to wrap STRIP_CMD WITH_DEBUG, that is handled by bsd.ports.mk.
This commit is contained in:
parent
97d4470d6e
commit
f622c99e83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463673
1 changed files with 8 additions and 10 deletions
|
@ -174,7 +174,6 @@ pre-build-MANPAGES-off:
|
|||
.endfor
|
||||
|
||||
post-install:
|
||||
.if !defined(WITH_DEBUG)
|
||||
.for lib in ${LDB_BINS} ${LDB_LIBS}
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${lib}
|
||||
.endfor
|
||||
|
@ -186,6 +185,5 @@ post-install:
|
|||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SAMBA4_PYTHON3_SITELIBDIR}/ldb.${SAMBA4_PYTHON3_SO_ABI}.so
|
||||
. endif
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue