Date: Thu, 4 Jun 2015 09:07:07 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388506 - head/devel/rote Message-ID: <201506040907.t54977Y8041253@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 4 09:07:07 2015 New Revision: 388506 URL: https://svnweb.freebsd.org/changeset/ports/388506 Log: - Strip library Modified: head/devel/rote/Makefile Modified: head/devel/rote/Makefile ============================================================================== --- head/devel/rote/Makefile Thu Jun 4 09:06:55 2015 (r388505) +++ head/devel/rote/Makefile Thu Jun 4 09:07:07 2015 (r388506) @@ -3,6 +3,7 @@ PORTNAME= rote PORTVERSION= 0.2.8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -16,4 +17,7 @@ USE_LDCONFIG= yes PLIST_FILES= bin/rote-config include/rote/rote.h \ lib/librote.so.${PORTVERSION} lib/librote.so.0 lib/librote.so +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librote.so + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506040907.t54977Y8041253>