1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

net/ifstat: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-25 09:06:25 +01:00
parent 5985ec8a78
commit f95dd2706b
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91

View File

@ -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>