svn commit: r388506 - head/devel/rote

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 4 09:07:08 UTC 2015


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>


More information about the svn-ports-all mailing list