git: 94e2c277b03a - main - converters/bibtexconv: leave manpages in share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 13:00:54 UTC
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