aboutsummaryrefslogtreecommitdiff
path: root/graphics/webp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-18 10:35:48 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-18 10:35:48 +0000
commit293167d5b4cf1535562e0754324ce64f78d1849d (patch)
tree4b751dc5d39d10ac7a599123c84c2738e37ea1aa /graphics/webp
parente54ac542e04009ed917e82aa869d42e5328b5f4f (diff)
downloadports-293167d5b4cf1535562e0754324ce64f78d1849d.tar.gz
ports-293167d5b4cf1535562e0754324ce64f78d1849d.zip
Notes
Diffstat (limited to 'graphics/webp')
-rw-r--r--graphics/webp/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile
index ce1e7542fe1d..0265c459c042 100644
--- a/graphics/webp/Makefile
+++ b/graphics/webp/Makefile
@@ -25,6 +25,7 @@ OPTIONS_SUB= yes
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-libwebpdecoder \
--enable-libwebpdemux \
@@ -40,7 +41,4 @@ X11_USE= GL=glut
post-patch:
@${REINPLACE_CMD} '/build_vwebp=yes/d' ${WRKSRC}/configure
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwebp*.so
-
.include <bsd.port.mk>