1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Use proper INSTTALL_TARGET to strip the binary

This commit is contained in:
Baptiste Daroussin 2014-06-21 00:05:24 +00:00
parent 0a7b1ee983
commit 77efa5240f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358657

View File

@ -23,11 +23,9 @@ USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize
ACLOCAL_ARGS= -I.
AUTOMAKE_ARGS= --add-missing
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
post-patch:
${REINPLACE_CMD} 's;-Wno-psabi;;' ${WRKSRC}/configure.ac
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcec.so.2
.include <bsd.port.mk>