svn commit: r387695 - head/textproc/estraier

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 27 23:25:29 UTC 2015


Author: amdmi3
Date: Wed May 27 23:25:28 2015
New Revision: 387695
URL: https://svnweb.freebsd.org/changeset/ports/387695

Log:
  - Strip libraries

Modified:
  head/textproc/estraier/Makefile

Modified: head/textproc/estraier/Makefile
==============================================================================
--- head/textproc/estraier/Makefile	Wed May 27 23:25:17 2015	(r387694)
+++ head/textproc/estraier/Makefile	Wed May 27 23:25:28 2015	(r387695)
@@ -3,7 +3,7 @@
 
 PORTNAME=	estraier
 PORTVERSION=	1.2.30
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc
 MASTER_SITES=	http://fallabs.com/estraier/
 
@@ -12,12 +12,6 @@ COMMENT=	Full-text search system for per
 
 LIB_DEPENDS=	libqdbm.so:${PORTSDIR}/databases/qdbm
 
-OPTIONS_DEFINE=	CHASEN MECAB KAKASI
-OPTIONS_DEFAULT=	KAKASI
-CHASEN_DESC=	Japanese Morphological Analysis Support
-MECAB_DESC=	Part-of-Speech and Morphological Analyzer
-KAKASI_DESC=	Language processing filter/converter
-
 USES=		iconv
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-sysqdbm \
@@ -25,6 +19,13 @@ CONFIGURE_ARGS=	--with-sysqdbm \
 		--enable-devel
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/include
+INSTALL_TARGET=	install-strip
+
+OPTIONS_DEFINE=	CHASEN MECAB KAKASI
+OPTIONS_DEFAULT=	KAKASI
+CHASEN_DESC=	Japanese Morphological Analysis Support
+MECAB_DESC=	Part-of-Speech and Morphological Analyzer
+KAKASI_DESC=	Language processing filter/converter
 
 CHASEN_LIB_DEPENDS=	libchasen.so:${PORTSDIR}/japanese/chasen-base
 CHASEN_CONFIGURE_ENABLE=	chasen


More information about the svn-ports-all mailing list