svn commit: r377364 - head/databases/kyototycoon

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 18 22:48:46 UTC 2015


Author: sunpoet
Date: Sun Jan 18 22:48:45 2015
New Revision: 377364
URL: https://svnweb.freebsd.org/changeset/ports/377364
QAT: https://qat.redports.org/buildarchive/r377364/

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

Modified:
  head/databases/kyototycoon/Makefile

Modified: head/databases/kyototycoon/Makefile
==============================================================================
--- head/databases/kyototycoon/Makefile	Sun Jan 18 22:48:39 2015	(r377363)
+++ head/databases/kyototycoon/Makefile	Sun Jan 18 22:48:45 2015	(r377364)
@@ -20,6 +20,7 @@ OPTIONS_DEFINE=	DOCS
 CONFIGURE_ARGS=	--enable-uyield
 CPPFLAGS+=	-fPIC
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 MAKE_ARGS=	PCDIR=${PREFIX}/libdata/pkgconfig
 REINPLACE_ARGS=	-i ''
 USE_LDCONFIG=	yes
@@ -29,7 +30,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|-lpthread|-pthread|g; s|-lstdc++ ||g' ${WRKSRC}/configure ${WRKSRC}/doc/spex.html ${WRKSRC}/example/Makefile
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/libkyototycoon.so.2.19.0 ${STAGEDIR}${PREFIX}/libexec/*.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libkyototycoon.so.2.19.0 ${STAGEDIR}${PREFIX}/libexec/*.so
 	${FIND} ${STAGEDIR}${DOCSDIR}/ -type d -exec ${CHMOD} ${BINMODE} '{}' \;
 	${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${DOCMODE} '{}' \;
 


More information about the svn-ports-all mailing list