diff --git a/textproc/ucto/Makefile b/textproc/ucto/Makefile index ce4757143f01..db2d15753d04 100644 --- a/textproc/ucto/Makefile +++ b/textproc/ucto/Makefile @@ -1,37 +1,38 @@ PORTNAME= ucto DISTVERSION= 0.29 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= https://github.com/LanguageMachines/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Advanced rule-based (regular-expression) and unicode-aware tokenizer WWW= https://languagemachines.github.io/ucto/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= uctodata>0:textproc/uctodata LIB_DEPENDS= libexttextcat-2.0.so:textproc/libexttextcat \ libfolia.so:textproc/libfolia \ libicuio.so:devel/icu \ libticcutils.so:devel/ticcutils RUN_DEPENDS= uctodata>0:textproc/uctodata USES= compiler:c++11-lang gmake gnome libedit libtool \ pathfix pkgconfig readline USE_GNOME= libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share TEST_TARGET= check INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-static post-patch: @${REINPLACE_CMD} -e 's|-g -O3||g' \ ${PATCH_WRKSRC}/src/Makefile.in .include diff --git a/textproc/ucto/pkg-plist b/textproc/ucto/pkg-plist index ca72886dfecf..fd7d0c9017af 100644 --- a/textproc/ucto/pkg-plist +++ b/textproc/ucto/pkg-plist @@ -1,12 +1,12 @@ bin/ucto include/ucto/my_textcat.h include/ucto/setting.h include/ucto/tokenize.h lib/libucto.so lib/libucto.so.6 lib/libucto.so.6.0.0 libdata/pkgconfig/ucto.pc -man/man1/ucto.1.gz +share/man/man1/ucto.1.gz %%DATADIR%%/textcat.cfg %%DATADIR%%/textcat_alt.cfg %%DATADIR%%/textcat_normal.cfg