Date: Tue, 23 Jan 2024 19:56:31 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ba0b9a684821 - main - textproc/teckit: Impelled to share/man Message-ID: <202401231956.40NJuVvK098331@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba0b9a684821b9edfee2f20119d1bbba73e03f2c commit ba0b9a684821b9edfee2f20119d1bbba73e03f2c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-23 19:06:39 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-23 19:56:17 +0000 textproc/teckit: Impelled to share/man Approved by: portmgr (blanket) --- textproc/teckit/Makefile | 2 ++ textproc/teckit/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/textproc/teckit/Makefile b/textproc/teckit/Makefile index d32059cafd70..7d2ec34e0c66 100644 --- a/textproc/teckit/Makefile +++ b/textproc/teckit/Makefile @@ -1,5 +1,6 @@ PORTNAME= teckit DISTVERSION= 2.5.11 +PORTREVISION= 1 CATEGORIES= textproc converters MASTER_SITES= https://github.com/silnrsi/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -14,6 +15,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 USES= libtool localbase pathfix pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes INSTALL_TARGET= install-strip diff --git a/textproc/teckit/pkg-plist b/textproc/teckit/pkg-plist index dd6a361b28ae..2ae75afbaa5f 100644 --- a/textproc/teckit/pkg-plist +++ b/textproc/teckit/pkg-plist @@ -13,9 +13,9 @@ lib/libTECkit_Compiler.so lib/libTECkit_Compiler.so.0 lib/libTECkit_Compiler.so.0.0.0 libdata/pkgconfig/teckit.pc -man/man1/sfconv.1.gz -man/man1/teckit_compile.1.gz -man/man1/txtconv.1.gz +share/man/man1/sfconv.1.gz +share/man/man1/teckit_compile.1.gz +share/man/man1/txtconv.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/LICENSING.txt %%PORTDOCS%%%%DOCSDIR%%/NEWS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231956.40NJuVvK098331>