git: 76f08f34582b - main - net/bwping: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 07:36:15 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=76f08f34582b7311f7b0572498a1a4c4c1170c60 commit 76f08f34582b7311f7b0572498a1a4c4c1170c60 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 07:33:08 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 07:33:08 +0000 net/bwping: Moved man to share/man Approved by: portmgr (blanket) --- net/bwping/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/bwping/Makefile b/net/bwping/Makefile index 03a757c5a835..d867096b9e3b 100644 --- a/net/bwping/Makefile +++ b/net/bwping/Makefile @@ -1,5 +1,6 @@ PORTNAME= bwping PORTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF @@ -11,8 +12,9 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip -PLIST_FILES= sbin/bwping sbin/bwping6 man/man8/bwping.8.gz man/man8/bwping6.8.gz +PLIST_FILES= sbin/bwping sbin/bwping6 share/man/man8/bwping.8.gz share/man/man8/bwping6.8.gz .include <bsd.port.mk>