aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libcec
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-21 00:05:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-21 00:05:24 +0000
commit77efa5240f0215ccb5158ba1236f711bc9b43956 (patch)
tree6e8f2293fb3c8559b0b07c8857ddd395906faedd /multimedia/libcec
parent0a7b1ee983b42195b2c5f1b4f1f110d94d6c953e (diff)
downloadports-77efa5240f0215ccb5158ba1236f711bc9b43956.tar.gz
ports-77efa5240f0215ccb5158ba1236f711bc9b43956.zip
Use proper INSTTALL_TARGET to strip the binary
Notes
Notes: svn path=/head/; revision=358657
Diffstat (limited to 'multimedia/libcec')
-rw-r--r--multimedia/libcec/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/libcec/Makefile b/multimedia/libcec/Makefile
index b7215bfae034..b07f9cefdbda 100644
--- a/multimedia/libcec/Makefile
+++ b/multimedia/libcec/Makefile
@@ -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>