Date: Sat, 21 Jun 2014 00:05:24 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358657 - head/multimedia/libcec Message-ID: <201406210005.s5L05OuY016227@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406210005.s5L05OuY016227>