Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2024 22:15:15 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: f5c24c7da7bc - main - textproc/xlhtml: Moved man to share/man
Message-ID:  <202401282215.40SMFF20051880@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=f5c24c7da7bcc836816ef8a558729def5cd559e8

commit f5c24c7da7bcc836816ef8a558729def5cd559e8
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-28 21:20:34 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-28 22:14:39 +0000

    textproc/xlhtml: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 textproc/xlhtml/Makefile  | 3 ++-
 textproc/xlhtml/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/textproc/xlhtml/Makefile b/textproc/xlhtml/Makefile
index e0593e01999b..9e2611e6a8da 100644
--- a/textproc/xlhtml/Makefile
+++ b/textproc/xlhtml/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xlhtml
 PORTVERSION=	0.5
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF/chicago/${PORTNAME}/backend
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		autoreconf gmake tar:tgz
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 OPTIONS_DEFINE=	DOCS
 
diff --git a/textproc/xlhtml/pkg-plist b/textproc/xlhtml/pkg-plist
index 78bd51966dd4..d0d8bb12e865 100644
--- a/textproc/xlhtml/pkg-plist
+++ b/textproc/xlhtml/pkg-plist
@@ -3,8 +3,8 @@ bin/nspptview
 bin/nsxlview
 bin/ppthtml
 bin/xlhtml
-man/man1/ppthtml.1.gz
-man/man1/xlhtml.1.gz
+share/man/man1/ppthtml.1.gz
+share/man/man1/xlhtml.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/xlhtml/ChangeLog
 %%PORTDOCS%%%%DOCSDIR%%/xlhtml/README
 %%PORTDOCS%%%%DOCSDIR%%/xlhtml/THANKS



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