diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile index 70049d813577..5f05365762eb 100644 --- a/net/ifstat/Makefile +++ b/net/ifstat/Makefile @@ -1,20 +1,21 @@ PORTNAME= ifstat PORTVERSION= 1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= http://gael.roualland.free.fr/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org 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