diff --git a/converters/bibtexconv/Makefile b/converters/bibtexconv/Makefile index 5cecf1c44b7c..66948362594c 100644 --- a/converters/bibtexconv/Makefile +++ b/converters/bibtexconv/Makefile @@ -1,27 +1,28 @@ PORTNAME= bibtexconv PORTVERSION= 1.3.6 +PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= https://www.nntb.no/~dreibh/bibtexconv/download/ MAINTAINER= thomas.dreibholz@gmail.com COMMENT= BibTeX Converter WWW= https://www.nntb.no/~dreibh/bibtexconv/download/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl 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 # Remove trailing subdir from CMAKE_INSTALL_DOCDIR post-patch: @${REINPLACE_CMD} -e 's|/examples||' ${WRKSRC}/src/CMakeLists.txt ${WRKSRC}/src/Images/CMakeLists.txt .include 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,21 +1,21 @@ 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 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Images/ListItem-Expanded.dia %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Images/ListItem-Expanded.svg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Images/make-images %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ODT-Template.odt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/authors-fix.list %%PORTEXAMPLES%%%%EXAMPLESDIR%%/authors.list %%PORTEXAMPLES%%%%EXAMPLESDIR%%/get-author-url %%PORTEXAMPLES%%%%EXAMPLESDIR%%/odt-example.export %%PORTEXAMPLES%%%%EXAMPLESDIR%%/publication-list-treeview.js %%PORTEXAMPLES%%%%EXAMPLESDIR%%/text-example.export %%PORTEXAMPLES%%%%EXAMPLESDIR%%/web-example.export %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yaml-example.export