svn commit: r377310 - head/graphics/webp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 18 10:35:49 UTC 2015


Author: sunpoet
Date: Sun Jan 18 10:35:48 2015
New Revision: 377310
URL: https://svnweb.freebsd.org/changeset/ports/377310
QAT: https://qat.redports.org/buildarchive/r377310/

Log:
  - Use INSTALL_TARGET=install-strip instead of STRIP_CMD

Modified:
  head/graphics/webp/Makefile

Modified: head/graphics/webp/Makefile
==============================================================================
--- head/graphics/webp/Makefile	Sun Jan 18 10:35:43 2015	(r377309)
+++ head/graphics/webp/Makefile	Sun Jan 18 10:35:48 2015	(r377310)
@@ -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>


More information about the svn-ports-all mailing list