git: f612d89cf04d - main - misc/estic: use ${PREFIX}/share/man

From: Dirk Meyer <dinoex_at_FreeBSD.org>
Date: Thu, 11 Jan 2024 16:49:30 UTC
The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f612d89cf04d04f7c31a1222de4033c440a4acc3

commit f612d89cf04d04f7c31a1222de4033c440a4acc3
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2024-01-11 16:49:21 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2024-01-11 16:49:21 +0000

    misc/estic: use ${PREFIX}/share/man
---
 misc/estic/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/estic/Makefile b/misc/estic/Makefile
index 77db9e30aa9d..24756aa50f98 100644
--- a/misc/estic/Makefile
+++ b/misc/estic/Makefile
@@ -19,7 +19,7 @@ NO_WRKSUBDIR=	yes
 # Personal Preferences, Where to install.
 PBX_VAR=${STAGEDIR}${PREFIX}/var/log/pbx
 PBX_ETC=${STAGEDIR}${PREFIX}/etc/pbx
-PBX_MAN=${STAGEDIR}${PREFIX}/man/man1
+PBX_MAN=${STAGEDIR}${PREFIX}/share/man/man1
 PBX_BIN=${STAGEDIR}${PREFIX}/bin
 PBX_DOC=${STAGEDIR}${DOCSDIR}
 ESTIC=${WRKSRC}/estic