Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2015 11:46:09 +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: r377504 - head/science/libkml
Message-ID:  <201501201146.t0KBk9GI062950@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jan 20 11:46:08 2015
New Revision: 377504
URL: https://svnweb.freebsd.org/changeset/ports/377504
QAT: https://qat.redports.org/buildarchive/r377504/

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

Modified:
  head/science/libkml/Makefile

Modified: head/science/libkml/Makefile
==============================================================================
--- head/science/libkml/Makefile	Tue Jan 20 11:46:04 2015	(r377503)
+++ head/science/libkml/Makefile	Tue Jan 20 11:46:08 2015	(r377504)
@@ -21,6 +21,7 @@ CONFIGURE_ARGS=	--disable-java --disable
 		--with-expat-include-dir=${LOCALBASE}/include \
 		--with-expat-lib-dir=${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 USES=		gmake libtool
 
@@ -31,7 +32,4 @@ post-patch:
 	@${REINPLACE_CMD} -e '/SWIG_VERSION:4/ s|:4|#*.*.|' ${WRKSRC}/configure
 	@${FIND} ${WRKSRC} -name Makefile.in -exec ${REINPLACE_CMD} 's|-Werror||; s| -ansi -pedantic||' '{}' \;
 
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so.*
-
 .include <bsd.port.mk>



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