Date: Sun, 25 Feb 2024 08:19:12 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cfef48fb2bb8 - main - net/fort: Moved man to share/man Message-ID: <202402250819.41P8JCZS027454@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=cfef48fb2bb86d2b1d8e2dbe77214d1cec0c65f7 commit cfef48fb2bb86d2b1d8e2dbe77214d1cec0c65f7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 07:39:44 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 08:18:32 +0000 net/fort: Moved man to share/man Approved by: portmgr (blanket) --- net/fort/Makefile | 2 ++ net/fort/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/net/fort/Makefile b/net/fort/Makefile index bf734450c396..ed7d500c8d38 100644 --- a/net/fort/Makefile +++ b/net/fort/Makefile @@ -1,5 +1,6 @@ PORTNAME= fort DISTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= toni@devboks.com @@ -21,6 +22,7 @@ GH_ACCOUNT= NICMx GH_PROJECT= FORT-validator GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share SUB_FILES= pkg-message diff --git a/net/fort/pkg-plist b/net/fort/pkg-plist index 59996756b0fa..25119101e11f 100644 --- a/net/fort/pkg-plist +++ b/net/fort/pkg-plist @@ -1,5 +1,5 @@ bin/fort -man/man8/fort.8.gz +share/man/man8/fort.8.gz @dir %%ETCDIR%%/repository @dir %%ETCDIR%%/tal @sample %%ETCDIR%%/fort-config.json.sample
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402250819.41P8JCZS027454>