svn commit: r377363 - head/databases/kyotocabinet

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


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

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

Modified:
  head/databases/kyotocabinet/Makefile

Modified: head/databases/kyotocabinet/Makefile
==============================================================================
--- head/databases/kyotocabinet/Makefile	Sun Jan 18 22:48:33 2015	(r377362)
+++ head/databases/kyotocabinet/Makefile	Sun Jan 18 22:48:39 2015	(r377363)
@@ -17,6 +17,7 @@ OPTIONS_DEFINE=	DOCS
 
 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|-lstdc++ ||g' ${WRKSRC}/configure ${WRKSRC}/doc/spex.html ${WRKSRC}/example/Makefile ${WRKSRC}/lab/kcdict/Makefile
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/libkyotocabinet.so.16.13.0
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libkyotocabinet.so.16.13.0
 	${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