Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 12:17:17 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: a95eba7e2c8c - main - russian/rux: Moved man to share/man
Message-ID:  <202402251217.41PCHHr1038758@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=a95eba7e2c8c4dc87676140828cf6e8c02b6a495

commit a95eba7e2c8c4dc87676140828cf6e8c02b6a495
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 12:16:17 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 12:16:17 +0000

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

diff --git a/russian/rux/Makefile b/russian/rux/Makefile
index 89be13cefc3d..83e5876da6bc 100644
--- a/russian/rux/Makefile
+++ b/russian/rux/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	rux
 PORTVERSION=	0.82
+PORTREVISION=	1
 CATEGORIES=	russian
 MASTER_SITES=	SF/rux
 
@@ -11,8 +12,9 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 PLIST_FILES=	bin/rux \
-		man/man1/rux.1.gz
+		share/man/man1/rux.1.gz
 
 .include <bsd.port.mk>



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