Date: Mon, 26 Feb 2024 12:36:21 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: 907b017db239 - main - textproc/sablotron: Moved man to share/man Message-ID: <202402261236.41QCaL4G015913@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=907b017db2396cacaab5da95be9f366bf8dec55e commit 907b017db2396cacaab5da95be9f366bf8dec55e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 11:49:07 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 12:35:22 +0000 textproc/sablotron: Moved man to share/man Approved by: portmgr (blanket) --- textproc/sablotron/Makefile | 3 ++- textproc/sablotron/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 27d5f41166cb..e362e6853be5 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -1,6 +1,6 @@ PORTNAME= sablotron PORTVERSION= 1.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= SF/sablotron/sablotron-${PORTVERSION} DISTNAME= Sablot-${PORTVERSION} @@ -15,6 +15,7 @@ LICENSE_COMB= dual LIB_DEPENDS= libexpat.so:textproc/expat2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= gmake iconv libtool localbase:ldflags USE_CXXSTD= c++98 USE_LDCONFIG= yes diff --git a/textproc/sablotron/pkg-plist b/textproc/sablotron/pkg-plist index a0abcc0c6fa0..dbc90b0fcd9b 100644 --- a/textproc/sablotron/pkg-plist +++ b/textproc/sablotron/pkg-plist @@ -10,4 +10,4 @@ lib/libsablot.a lib/libsablot.so lib/libsablot.so.0 lib/libsablot.so.0.100.3 -man/man1/sabcmd.1.gz +share/man/man1/sabcmd.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261236.41QCaL4G015913>