diff --git a/net-mgmt/pktstat/Makefile b/net-mgmt/pktstat/Makefile index 00cfb4cee3aa1..5ca9dba32f1b2 100644 --- a/net-mgmt/pktstat/Makefile +++ b/net-mgmt/pktstat/Makefile @@ -1,6 +1,6 @@ PORTNAME= pktstat PORTVERSION= 1.8.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MAINTAINER= freebsd@sosend.de @@ -15,7 +15,8 @@ GH_TAGNAME= 46935839b USES= autoreconf ncurses GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz .include