There is no real need to wrap STRIP_CMD WITH_DEBUG, that is handled by bsd.ports.mk.

This commit is contained in:
Timur I. Bakeyev 2018-03-05 23:54:39 +00:00
parent 97d4470d6e
commit f622c99e83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463673

View file

@ -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>