Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2024 12:36:31 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: a0c1af4bfdcb - main - textproc/xenv: Moved man to share/man
Message-ID:  <202402261236.41QCaVsZ016345@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=a0c1af4bfdcba7913995399bdb3b4725e88da9f1

commit a0c1af4bfdcba7913995399bdb3b4725e88da9f1
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 12:33:00 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 12:35:33 +0000

    textproc/xenv: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 textproc/xenv/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/textproc/xenv/Makefile b/textproc/xenv/Makefile
index 177a4be0c549..18781fd54829 100644
--- a/textproc/xenv/Makefile
+++ b/textproc/xenv/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xenv
 PORTVERSION=	4.0
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	https://download.gnu.org.ua/release/xenv/
 
@@ -10,9 +11,10 @@ WWW=		https://gnu.org.ua/software/xenv/
 LICENSE=	GPLv3+
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 TEST_TARGET=	check
 
-PLIST_FILES=	bin/xenv man/man1/xenv.1.gz
+PLIST_FILES=	bin/xenv share/man/man1/xenv.1.gz
 PORTDOCS=	NEWS README
 INFO=		${PORTNAME}
 



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