Date: Thu, 11 Jan 2024 16:49:30 GMT From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f612d89cf04d - main - misc/estic: use ${PREFIX}/share/man Message-ID: <202401111649.40BGnU8d047176@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401111649.40BGnU8d047176>