git: 524695a7d922 - main - math/libtexprintf: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Mar 2024 12:04:51 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=524695a7d922bad44dd055f89eb50bdeb3852b0f commit 524695a7d922bad44dd055f89eb50bdeb3852b0f Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-12 10:32:41 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-12 12:04:29 +0000 math/libtexprintf: Move man pages to share/man Approved by: portmgr (blanket) --- math/libtexprintf/Makefile | 2 ++ math/libtexprintf/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/math/libtexprintf/Makefile b/math/libtexprintf/Makefile index 34e2137a8935..4331ab23a00c 100644 --- a/math/libtexprintf/Makefile +++ b/math/libtexprintf/Makefile @@ -1,6 +1,7 @@ PORTNAME= libtexprintf DISTVERSIONPREFIX= v DISTVERSION= 1.25 +PORTREVISION= 1 CATEGORIES= math textproc MAINTAINER= yuri@FreeBSD.org @@ -17,6 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= bartp5 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip diff --git a/math/libtexprintf/pkg-plist b/math/libtexprintf/pkg-plist index ce7b05c3d9bf..908c2da3d0a5 100644 --- a/math/libtexprintf/pkg-plist +++ b/math/libtexprintf/pkg-plist @@ -5,6 +5,6 @@ lib/libtexprintf.a lib/libtexprintf.so lib/libtexprintf.so.1 lib/libtexprintf.so.1.0.0 -man/man1/utfstringinfo.1.gz -man/man1/utftex.1.gz -man/man3/texprintf.3.gz +share/man/man1/utfstringinfo.1.gz +share/man/man1/utftex.1.gz +share/man/man3/texprintf.3.gz