Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 13:00:54 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 94e2c277b03a - main - converters/bibtexconv: leave manpages in share/man
Message-ID:  <202401121300.40CD0sXp000360@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=94e2c277b03a83b716ca0cfc6037bf7d5f012150

commit 94e2c277b03a83b716ca0cfc6037bf7d5f012150
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-01-12 10:13:55 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-01-12 13:00:46 +0000

    converters/bibtexconv: leave manpages in share/man
---
 converters/bibtexconv/Makefile  | 3 ++-
 converters/bibtexconv/pkg-plist | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/converters/bibtexconv/Makefile b/converters/bibtexconv/Makefile
index 5cecf1c44b7c..66948362594c 100644
--- a/converters/bibtexconv/Makefile
+++ b/converters/bibtexconv/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	bibtexconv
 PORTVERSION=	1.3.6
+PORTREVISION=	1
 CATEGORIES=	converters
 MASTER_SITES=	https://www.nntb.no/~dreibh/bibtexconv/download/
 
@@ -16,7 +17,7 @@ USES=		bison cmake ssl python:3.9+ shebangfix tar:xz
 
 SHEBANG_FILES=	src/ietf2bibtex
 
-CMAKE_ARGS=	-DCMAKE_INSTALL_DOCDIR=${EXAMPLESDIR} -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man
+CMAKE_ARGS=	-DCMAKE_INSTALL_DOCDIR=${EXAMPLESDIR}
 
 OPTIONS_DEFINE=	EXAMPLES
 
diff --git a/converters/bibtexconv/pkg-plist b/converters/bibtexconv/pkg-plist
index 333f8ecde00b..8c0cd0aa825a 100644
--- a/converters/bibtexconv/pkg-plist
+++ b/converters/bibtexconv/pkg-plist
@@ -1,9 +1,9 @@
 bin/bibtexconv
 bin/bibtexconv-odt
 bin/ietf2bibtex
-man/man1/bibtexconv-odt.1.gz
-man/man1/bibtexconv.1.gz
-man/man1/ietf2bibtex.1.gz
+share/man/man1/bibtexconv-odt.1.gz
+share/man/man1/bibtexconv.1.gz
+share/man/man1/ietf2bibtex.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ExampleReferences.bib
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Images/ListItem-Collapsed.dia
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Images/ListItem-Collapsed.svg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401121300.40CD0sXp000360>