aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2014-03-23 04:47:04 +0800
committerpawel <pawel@FreeBSD.org>2014-03-23 04:47:04 +0800
commita93a3c44c0b3d9446cb9b8442ba79d1d1a0e81e9 (patch)
tree20a5292de981ec25db379e35823388a340aaa110 /japanese
parentfdd417644fd079e952044e7538e0d6a662361a95 (diff)
downloadfreebsd-ports-gnome-a93a3c44c0b3d9446cb9b8442ba79d1d1a0e81e9.tar.gz
freebsd-ports-gnome-a93a3c44c0b3d9446cb9b8442ba79d1d1a0e81e9.tar.zst
freebsd-ports-gnome-a93a3c44c0b3d9446cb9b8442ba79d1d1a0e81e9.zip
- Strip shared library [1]
- Make PORTDOCS always install [1] - Change LICENSE_COMB to multi, fix spelling in pkg-descr PR: ports/187829 [1] Submitted by: maintainer
Diffstat (limited to 'japanese')
-rw-r--r--japanese/mecab/Makefile7
-rw-r--r--japanese/mecab/pkg-descr2
2 files changed, 3 insertions, 6 deletions
diff --git a/japanese/mecab/Makefile b/japanese/mecab/Makefile
index ab59775e8f9e..eaaaa45b4682 100644
--- a/japanese/mecab/Makefile
+++ b/japanese/mecab/Makefile
@@ -10,7 +10,7 @@ MAINTAINER= yasu@utahime.org
COMMENT= Yet Another Part-of-Speech and Morphological Analyzer
LICENSE= BSD3CLAUSE GPLv2 LGPL21
-LICENSE_COMB= dual
+LICENSE_COMB= multi
USE_AUTOTOOLS= autoconf autoheader automake aclocal libtool
USES= iconv gettext:build perl5
@@ -29,8 +29,6 @@ PORTDOCS= AUTHORS README *.html
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
post-patch:
${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/g' \
-e 's/-O3/${CFLAGS}/' ${WRKSRC}/${CONFIGURE_SCRIPT}.in
@@ -43,10 +41,9 @@ pre-install:
${CHMOD} a+x ${WRKSRC}/install-sh
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:N*.html:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR}
-.endif
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmecab.so
.include <bsd.port.mk>
diff --git a/japanese/mecab/pkg-descr b/japanese/mecab/pkg-descr
index 4cb482ba7a8b..de8228042a1b 100644
--- a/japanese/mecab/pkg-descr
+++ b/japanese/mecab/pkg-descr
@@ -1,7 +1,7 @@
MeCab is open source Japanese dependency structure analyzer developed
through the joint research project between Graduate School of Informatics
Kyoto University and NTT (Nippon Telegraph and Telephone)
-Communication Science Laboratories. It has following featers:
+Communication Science Laboratories. It has following features:
* General-purpose design independent from language, dictionary and
corpus.