Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2024 08:21:52 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 445c92be3da0 - main - print/html2latex: Move man page to share/man
Message-ID:  <202403290821.42T8Lq6B080545@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=445c92be3da0d293e5f62eeaa5f09302e702cfb7

commit 445c92be3da0d293e5f62eeaa5f09302e702cfb7
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2024-03-29 08:14:10 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-03-29 08:14:11 +0000

    print/html2latex: Move man page to share/man
    
    Approved by:    portmgr (blanket)
---
 print/html2latex/Makefile             | 3 ++-
 print/html2latex/files/patch-Makefile | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/print/html2latex/Makefile b/print/html2latex/Makefile
index e895ff8d94ea..1cf56cfd5459 100644
--- a/print/html2latex/Makefile
+++ b/print/html2latex/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	html2latex
 PORTVERSION=	0.9c
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	LOCAL/joerg
 
@@ -7,6 +8,6 @@ MAINTAINER=	joerg@FreeBSD.org
 COMMENT=	Convert HTML document into LaTeX
 
 USES=		tar:Z
-PLIST_FILES=	bin/html2latex man/man1/html2latex.1.gz
+PLIST_FILES=	bin/html2latex share/man/man1/html2latex.1.gz
 
 .include <bsd.port.mk>
diff --git a/print/html2latex/files/patch-Makefile b/print/html2latex/files/patch-Makefile
index a252853d84ed..4c7d78e9d580 100644
--- a/print/html2latex/files/patch-Makefile
+++ b/print/html2latex/files/patch-Makefile
@@ -45,4 +45,4 @@
 +install: all
 +	install -c -s $(EXETARGET) $(DESTDIR)$(PREFIX)/bin
 +	gzip -c < html2latex.1 > html2latex.1.gz
-+	install -c html2latex.1.gz $(DESTDIR)$(PREFIX)/man/man1
++	install -c html2latex.1.gz $(DESTDIR)$(PREFIX)/share/man/man1



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