diff --git a/net/tcpslice/Makefile b/net/tcpslice/Makefile index 9d6829c41602..d14ad437fe68 100644 --- a/net/tcpslice/Makefile +++ b/net/tcpslice/Makefile @@ -1,22 +1,24 @@ PORTNAME= tcpslice DISTVERSION= 1.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= https://www.tcpdump.org/release/ MAINTAINER= sbz@FreeBSD.org COMMENT= Tool for extracting portions of pcap files WWW= https://www.tcpdump.org/related.html LICENSE= BSD3CLAUSE USES= cpe CPE_VENDOR= tcpdump PLIST_FILES= bin/tcpslice \ - man/man1/tcpslice.1.gz + share/man/man1/tcpslice.1.gz GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include