svn commit: r387906 - head/textproc/yamcha

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 30 00:34:37 UTC 2015


Author: amdmi3
Date: Sat May 30 00:34:36 2015
New Revision: 387906
URL: https://svnweb.freebsd.org/changeset/ports/387906

Log:
  - Strip library

Modified:
  head/textproc/yamcha/Makefile

Modified: head/textproc/yamcha/Makefile
==============================================================================
--- head/textproc/yamcha/Makefile	Sat May 30 00:33:39 2015	(r387905)
+++ head/textproc/yamcha/Makefile	Sat May 30 00:34:36 2015	(r387906)
@@ -3,7 +3,7 @@
 
 PORTNAME=	yamcha
 PORTVERSION=	0.33
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc science
 MASTER_SITES=	http://chasen.org/~taku/software/yamcha/src/
 
@@ -16,6 +16,7 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USES=		libtool perl5
 USE_PERL5=	build
+INSTALL_TARGET=	install-strip
 PORTDOCS=	feature.png feature2.png feature3.png \
 		feature4.png feature5.png index.html \
 		yamcha.html yamcha.css


More information about the svn-ports-all mailing list