aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-22 13:33:52 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-22 13:52:02 +0000
commita8b47f63df3fbc203a5f234c558abf50974401e1 (patch)
treee8cb3c25257be1cc076c56c788a4f4ab47bde7c8
parent17a8c6880db7c1332e5885749da3a0b4b29b1ffc (diff)
downloadports-a8b47f63df3fbc203a5f234c558abf50974401e1.tar.gz
ports-a8b47f63df3fbc203a5f234c558abf50974401e1.zip
shells/yash: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--shells/yash/Makefile3
-rw-r--r--shells/yash/pkg-plist4
2 files changed, 4 insertions, 3 deletions
diff --git a/shells/yash/Makefile b/shells/yash/Makefile
index c0f55b134565..bd19aea09271 100644
--- a/shells/yash/Makefile
+++ b/shells/yash/Makefile
@@ -1,5 +1,6 @@
PORTNAME= yash
DISTVERSION= 2.55
+PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= https://github.com/magicant/${PORTNAME}/releases/download/${DISTVERSION}/
@@ -14,7 +15,7 @@ USES= tar:xz
USE_CSTD= c99
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man
+CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/share/man
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
diff --git a/shells/yash/pkg-plist b/shells/yash/pkg-plist
index 9ae7573d8875..f334bdc4becd 100644
--- a/shells/yash/pkg-plist
+++ b/shells/yash/pkg-plist
@@ -1,6 +1,6 @@
bin/yash
-man/ja/man1/yash.1.gz
-man/man1/yash.1.gz
+share/man/ja/man1/yash.1.gz
+share/man/man1/yash.1.gz
%%NLS%%share/locale/en@boldquot/LC_MESSAGES/yash.mo
%%NLS%%share/locale/en@quot/LC_MESSAGES/yash.mo
%%NLS%%share/locale/ja/LC_MESSAGES/yash.mo