svn commit: r388337 - head/databases/tokyotyrant

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 12:30:09 UTC 2015


Author: amdmi3
Date: Tue Jun  2 12:30:08 2015
New Revision: 388337
URL: https://svnweb.freebsd.org/changeset/ports/388337

Log:
  - Strip binaries

Modified:
  head/databases/tokyotyrant/Makefile

Modified: head/databases/tokyotyrant/Makefile
==============================================================================
--- head/databases/tokyotyrant/Makefile	Tue Jun  2 12:29:52 2015	(r388336)
+++ head/databases/tokyotyrant/Makefile	Tue Jun  2 12:30:08 2015	(r388337)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tokyotyrant
 PORTVERSION=	1.1.41
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 MASTER_SITES=	http://fallabs.com/${PORTNAME}/
 
@@ -36,4 +36,8 @@ post-patch:
 		${WRKSRC}/Makefile.in
 	${REINPLACE_CMD} -e 's|llua|llua-${LUA_VER}|g' ${WRKSRC}/configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list