1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-01-31 08:07:58 +00:00
parent b174487f03
commit 398d5ae55b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341937

View File

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