git: 4b07204f4f3b - main - textproc/bibtex2html: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 22:05:43 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4b07204f4f3bd1438c7741ba400c237a705ad304
commit 4b07204f4f3bd1438c7741ba400c237a705ad304
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-22 21:14:48 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-22 22:05:26 +0000
textproc/bibtex2html: Move man pages to share/man
Approved by: portmgr (blanket)
---
textproc/bibtex2html/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile
index c7b90625343f..6752f4154b29 100644
--- a/textproc/bibtex2html/Makefile
+++ b/textproc/bibtex2html/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bibtex2html
PORTVERSION= 1.99
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc print
MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/
@@ -14,6 +14,7 @@ BUILD_DEPENDS= ocaml:lang/ocaml
USES= gmake perl5
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
OPTIONS_DEFINE= PDFDOCS
PDFDOCS_DESC= ${DOCS_DESC}
@@ -25,7 +26,7 @@ PDFDOCS_BUILD_DEPENDS= hevea:textproc/hevea
PDFDOCS_INSTALL_TARGET= install install-doc
PLIST_FILES= bin/aux2bib bin/bib2bib bin/bibtex2html \
- man/man1/bibtex2html.1.gz man/man1/bib2bib.1.gz man/man1/aux2bib.1.gz
+ share/man/man1/bibtex2html.1.gz share/man/man1/bib2bib.1.gz share/man/man1/aux2bib.1.gz
.include <bsd.port.options.mk>