svn commit: r354820 - head/japanese/anthy

Martin Wilke miwi at FreeBSD.org
Thu May 22 10:16:16 UTC 2014


Author: miwi
Date: Thu May 22 10:16:15 2014
New Revision: 354820
URL: http://svnweb.freebsd.org/changeset/ports/354820
QAT: https://qat.redports.org/buildarchive/r354820/

Log:
  - Strip shared libraries.
  - Bump PORTREVISION.
  
  PR:		188988
  Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>
  Approved by:	maintainer timeout

Modified:
  head/japanese/anthy/Makefile

Modified: head/japanese/anthy/Makefile
==============================================================================
--- head/japanese/anthy/Makefile	Thu May 22 10:11:10 2014	(r354819)
+++ head/japanese/anthy/Makefile	Thu May 22 10:16:15 2014	(r354820)
@@ -3,7 +3,7 @@
 
 PORTNAME=	anthy
 PORTVERSION=	9100h
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	japanese
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
 MASTER_SITE_SUBDIR=	${PORTNAME}/37536
@@ -22,6 +22,7 @@ LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING
 GNU_CONFIGURE=	yes
 USES=		libtool:oldver pathfix pkgconfig
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 DOCSDIR=	${PREFIX}/share/doc/ja/anthy
 ELISPDIR=	share/emacs/site-lisp/anthy


More information about the svn-ports-all mailing list