Date: Wed, 20 Mar 2024 13:19:47 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a94e4bde08cc - main - net-mgmt/fprobe: Move man pages to share/man Message-ID: <202403201319.42KDJlvj000626@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=a94e4bde08cc3da2f2594ba83a7554bc05eda776 commit a94e4bde08cc3da2f2594ba83a7554bc05eda776 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-20 11:10:07 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-20 13:19:30 +0000 net-mgmt/fprobe: Move man pages to share/man Approved by: portmgr (blanket) --- net-mgmt/fprobe/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-mgmt/fprobe/Makefile b/net-mgmt/fprobe/Makefile index c0e26c1b068e..47e7be8358e7 100644 --- a/net-mgmt/fprobe/Makefile +++ b/net-mgmt/fprobe/Makefile @@ -1,6 +1,6 @@ PORTNAME= fprobe PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= SF @@ -13,9 +13,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:bzip2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_RC_SUBR= fprobe -PLIST_FILES= man/man8/${PORTNAME}.8.gz sbin/fprobe +PLIST_FILES= sbin/fprobe share/man/man8/${PORTNAME}.8.gz PORTDOCS= ChangeLog README OPTIONS_DEFINE= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403201319.42KDJlvj000626>