git: a94e4bde08cc - main - net-mgmt/fprobe: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 13:19:47 UTC
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