svn commit: r377504 - head/science/libkml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 20 11:46:09 UTC 2015


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>


More information about the svn-ports-all mailing list