Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 08:19:26 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: f95dd2706bb9 - main - net/ifstat: Moved man to share/man
Message-ID:  <202402250819.41P8JQnG028015@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=f95dd2706bb93a4cddd4584b62b11a347f1b1fe9

commit f95dd2706bb93a4cddd4584b62b11a347f1b1fe9
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 08:06:25 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 08:18:55 +0000

    net/ifstat: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 net/ifstat/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile
index 70049d813577..5f05365762eb 100644
--- a/net/ifstat/Makefile
+++ b/net/ifstat/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ifstat
 PORTVERSION=	1.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	net
 MASTER_SITES=	http://gael.roualland.free.fr/${PORTNAME}/
 
@@ -9,12 +9,13 @@ COMMENT=	Network interface statistics monitoring tool
 WWW=		http://gael.roualland.free.fr/ifstat/
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USES=		ssl
 
 OPTIONS_DEFINE=	SNMP
 SNMP_LIB_DEPENDS=	libnetsnmp.so:net-mgmt/net-snmp
 SNMP_CONFIGURE_WITH=	snmp
 
-PLIST_FILES=	bin/ifstat man/man1/ifstat.1.gz
+PLIST_FILES=	bin/ifstat share/man/man1/ifstat.1.gz
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402250819.41P8JQnG028015>