Date: Fri, 22 Mar 2024 22:05:54 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3bf96047bfc8 - main - textproc/ucto: Move man pages to share/man Message-ID: <202403222205.42MM5sHv070910@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=3bf96047bfc883dc30621a8296f89100e7855d6d commit 3bf96047bfc883dc30621a8296f89100e7855d6d Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-22 21:57:08 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-22 22:05:28 +0000 textproc/ucto: Move man pages to share/man Approved by: portmgr (blanket) --- textproc/ucto/Makefile | 3 ++- textproc/ucto/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/ucto/Makefile b/textproc/ucto/Makefile index ce4757143f01..db2d15753d04 100644 --- a/textproc/ucto/Makefile +++ b/textproc/ucto/Makefile @@ -1,6 +1,6 @@ PORTNAME= ucto DISTVERSION= 0.29 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= https://github.com/LanguageMachines/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -24,6 +24,7 @@ USE_GNOME= libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share TEST_TARGET= check INSTALL_TARGET= install-strip 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 @@ -6,7 +6,7 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403222205.42MM5sHv070910>