aboutsummaryrefslogtreecommitdiff
path: root/net/tcpslice
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-31 08:07:58 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-31 08:07:58 +0000
commit398d5ae55b3f67251200ccdb7e17a077f389560e (patch)
treeb18cfdca0f947990d65edf51d63478d005df0773 /net/tcpslice
parentb174487f037e3c6c4625b7e24d5f0e0d7a6a1ba4 (diff)
downloadports-398d5ae55b3f67251200ccdb7e17a077f389560e.tar.gz
ports-398d5ae55b3f67251200ccdb7e17a077f389560e.zip
Notes
Diffstat (limited to 'net/tcpslice')
-rw-r--r--net/tcpslice/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/tcpslice/Makefile b/net/tcpslice/Makefile
index 205c766cf640..474d2cf75d43 100644
--- a/net/tcpslice/Makefile
+++ b/net/tcpslice/Makefile
@@ -9,10 +9,9 @@ MASTER_SITES= http://www.tcpdump.org/weekly/
MAINTAINER= sbz@FreeBSD.org
COMMENT= A tool for extracting portions of pcap files
-MAN1= tcpslice.1
-PLIST_FILES= sbin/tcpslice
+PLIST_FILES= sbin/tcpslice \
+ man/man1/tcpslice.1.gz
GNU_CONFIGURE= yes
-NO_STAGE= yes
.include <bsd.port.mk>