Skip to content

Commit

Permalink
textproc/bibtex2html: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 22, 2024
1 parent 5f40dc3 commit 4b07204
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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/

Expand All @@ -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}
Expand All @@ -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>

Expand Down

0 comments on commit 4b07204

Please sign in to comment.