svn commit: r358657 - head/multimedia/libcec
Baptiste Daroussin
bapt at FreeBSD.org
Sat Jun 21 00:05:24 UTC 2014
Author: bapt
Date: Sat Jun 21 00:05:24 2014
New Revision: 358657
URL: http://svnweb.freebsd.org/changeset/ports/358657
QAT: https://qat.redports.org/buildarchive/r358657/
Log:
Use proper INSTTALL_TARGET to strip the binary
Modified:
head/multimedia/libcec/Makefile
Modified: head/multimedia/libcec/Makefile
==============================================================================
--- head/multimedia/libcec/Makefile Fri Jun 20 23:37:36 2014 (r358656)
+++ head/multimedia/libcec/Makefile Sat Jun 21 00:05:24 2014 (r358657)
@@ -23,11 +23,9 @@ USE_AUTOTOOLS= aclocal autoheader automa
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>
More information about the svn-ports-head
mailing list