Date: Tue, 12 Mar 2024 12:05:02 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: 036eaf5ee491 - main - math/timbl: Move man pages to share/man Message-ID: <202403121205.42CC52Ch014507@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=036eaf5ee4917c97c4aa70c4e7da2657162cd51e commit 036eaf5ee4917c97c4aa70c4e7da2657162cd51e Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-12 12:03:18 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-12 12:04:31 +0000 math/timbl: Move man pages to share/man Approved by: portmgr (blanket) --- math/timbl/Makefile | 3 ++- math/timbl/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/math/timbl/Makefile b/math/timbl/Makefile index 53dce5e34f9c..66feb8e5339c 100644 --- a/math/timbl/Makefile +++ b/math/timbl/Makefile @@ -1,6 +1,6 @@ PORTNAME= timbl DISTVERSION= 6.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math education MASTER_SITES= https://github.com/LanguageMachines/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -19,6 +19,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/math/timbl/pkg-plist b/math/timbl/pkg-plist index 02cf6d0c4cf1..a29ba410ebc9 100644 --- a/math/timbl/pkg-plist +++ b/math/timbl/pkg-plist @@ -23,4 +23,4 @@ lib/libtimbl.so lib/libtimbl.so.7 lib/libtimbl.so.7.0.0 libdata/pkgconfig/timbl.pc -man/man1/timbl.1.gz +share/man/man1/timbl.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403121205.42CC52Ch014507>