Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 21:40:46 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 63da274d5ee6 - main - print/latex2rtf: Moved man to share/man
Message-ID:  <202401302140.40ULek6s051156@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=63da274d5ee66f1d778f3786a3510d923e085ae5

commit 63da274d5ee66f1d778f3786a3510d923e085ae5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 21:24:01 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 21:39:29 +0000

    print/latex2rtf: Moved man to share/man
---
 print/latex2rtf/Makefile  | 3 ++-
 print/latex2rtf/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/print/latex2rtf/Makefile b/print/latex2rtf/Makefile
index 066adca13bd3..c2d4ab024e29 100644
--- a/print/latex2rtf/Makefile
+++ b/print/latex2rtf/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	latex2rtf
 DISTVERSION=	2.3.18
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-unix/${PORTVERSION}
 DISTNAME=	${PORTNAME}-${PORTVERSION}a
@@ -15,7 +16,7 @@ CPE_VENDOR=	latex2rtf_project
 
 SHEBANG_FILES=	${WRKSRC}/scripts/latex2png
 
-MAKE_ARGS+=	MANDIR=${PREFIX}/man/man1 CFGDIR=${DATADIR}/cfg \
+MAKE_ARGS+=	MANDIR=${PREFIX}/share/man/man1 CFGDIR=${DATADIR}/cfg \
 		BINDIR=${PREFIX}/bin
 
 WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
diff --git a/print/latex2rtf/pkg-plist b/print/latex2rtf/pkg-plist
index b72eebaf5a7b..14e308997f4b 100644
--- a/print/latex2rtf/pkg-plist
+++ b/print/latex2rtf/pkg-plist
@@ -1,7 +1,7 @@
 %%LATEX2PNG%%bin/latex2png
 bin/latex2rtf
-%%LATEX2PNG%%man/man1/latex2png.1.gz
-man/man1/latex2rtf.1.gz
+%%LATEX2PNG%%share/man/man1/latex2png.1.gz
+share/man/man1/latex2rtf.1.gz
 %%DATADIR%%/cfg/afrikaans.cfg
 %%DATADIR%%/cfg/bahasa.cfg
 %%DATADIR%%/cfg/basque.cfg



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