git: a95eba7e2c8c - main - russian/rux: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 12:17:17 UTC
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>