aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 12:16:17 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 12:16:17 +0000
commita95eba7e2c8c4dc87676140828cf6e8c02b6a495 (patch)
tree2483eaec3875d7861ee7a1ac3a8bd07823d2dfcd
parenteb3d95e1a9a5be2751c6421ad1e59a1e6aaf3e01 (diff)
downloadports-a95eba7e2c8c4dc87676140828cf6e8c02b6a495.tar.gz
ports-a95eba7e2c8c4dc87676140828cf6e8c02b6a495.zip
russian/rux: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--russian/rux/Makefile4
1 files changed, 3 insertions, 1 deletions
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>