svn commit: r377456 - head/graphics/imageworsener

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 19 19:51:08 UTC 2015


Author: sunpoet
Date: Mon Jan 19 19:51:07 2015
New Revision: 377456
URL: https://svnweb.freebsd.org/changeset/ports/377456
QAT: https://qat.redports.org/buildarchive/r377456/

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

Modified:
  head/graphics/imageworsener/Makefile

Modified: head/graphics/imageworsener/Makefile
==============================================================================
--- head/graphics/imageworsener/Makefile	Mon Jan 19 19:51:01 2015	(r377455)
+++ head/graphics/imageworsener/Makefile	Mon Jan 19 19:51:07 2015	(r377456)
@@ -18,10 +18,10 @@ OPTIONS_DEFAULT=JPEG PNG WEBP
 
 CONFIGURE_ARGS=	--with-zlib-include-dir=${INCLUDEDIR} \
 		--with-zlib-lib-dir=${LIBDIR}
-
-USES=		libtool
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
+USES=		libtool
 
 JPEG_CONFIGURE_OFF=	--without-jpeg
 JPEG_CONFIGURE_ON=	--with-jpeg-include-dir=${LOCALBASE}/include --with-jpeg-lib-dir=${LOCALBASE}/lib
@@ -33,7 +33,7 @@ WEBP_CONFIGURE_OFF=	--without-webp
 WEBP_CONFIGURE_ON=	--with-webp-include-dir=${LOCALBASE}/include --with-webp-lib-dir=${LOCALBASE}/lib
 WEBP_LIB_DEPENDS=	libwebp.so:${PORTSDIR}/graphics/webp
 
-post-build:
-	@${STRIP_CMD} ${WRKSRC}/.libs/libimageworsener.so
+#post-build:
+#	@${STRIP_CMD} ${WRKSRC}/.libs/libimageworsener.so
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list