Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2024 22:05:57 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3db1896cfa17 - main - textproc/xmlroff: Move man pages to share/man
Message-ID:  <202403222205.42MM5vWl071001@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=3db1896cfa17cf8e673ab64ed62a5efeb7469d3b

commit 3db1896cfa17cf8e673ab64ed62a5efeb7469d3b
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-22 22:04:38 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-22 22:05:28 +0000

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

diff --git a/textproc/xmlroff/Makefile b/textproc/xmlroff/Makefile
index 0fe47e558c49..99160ca30ced 100644
--- a/textproc/xmlroff/Makefile
+++ b/textproc/xmlroff/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	xmlroff
 PORTVERSION=	0.6.3
-PORTREVISION=	2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	3
 CATEGORIES=	textproc
 
 MAINTAINER=	hrs@FreeBSD.org
@@ -22,6 +22,7 @@ GH_ACCOUNT=	xmlroff
 GH_PROJECT=	xmlroff
 WRKSRC_SUBDIR=	${PORTNAME}
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc --enable-man \
 		--disable-gp
 INSTALL_TARGET=	install-strip
diff --git a/textproc/xmlroff/pkg-plist b/textproc/xmlroff/pkg-plist
index 38cac2fd8857..656a99daa08f 100644
--- a/textproc/xmlroff/pkg-plist
+++ b/textproc/xmlroff/pkg-plist
@@ -344,4 +344,4 @@ share/xml/libfo-0.6.3/xmlroff.xml
 %%PORTDOCS%%%%DOCSDIR%%/xmlroff.1.html
 %%PORTDOCS%%%%DOCSDIR%%/xmlroff.css
 %%PORTDOCS%%%%DOCSDIR%%/xmlroff.devhelp2
-man/man1/xmlroff.1.gz
+share/man/man1/xmlroff.1.gz



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