aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-06-21 08:05:24 +0800
committerbapt <bapt@FreeBSD.org>2014-06-21 08:05:24 +0800
commit8ea49101953662222c13fe0a015e9886ff06d3be (patch)
tree6e8f2293fb3c8559b0b07c8857ddd395906faedd /multimedia
parente665603cc356eba26799f16c8af8e4d5169354c9 (diff)
downloadfreebsd-ports-gnome-8ea49101953662222c13fe0a015e9886ff06d3be.tar.gz
freebsd-ports-gnome-8ea49101953662222c13fe0a015e9886ff06d3be.tar.zst
freebsd-ports-gnome-8ea49101953662222c13fe0a015e9886ff06d3be.zip
Use proper INSTTALL_TARGET to strip the binary
Diffstat (limited to 'multimedia')
-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>