Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2015 19:51:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377456 - head/graphics/imageworsener
Message-ID:  <201501191951.t0JJp7HM009675@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501191951.t0JJp7HM009675>