diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2015-11-17 17:35:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2015-11-17 17:35:31 +0000 |
commit | dceac2dff9434f6107a22d3d79e5d5900e8b3450 (patch) | |
tree | 7784d4e09406a60045ed9f3e350d452b11ea08f9 /net/tshark-lite | |
parent | 914ed8f5e42e10f74ae30fbde68b533a7d482001 (diff) | |
download | freebsd-ports-dceac2dff9434f6107a22d3d79e5d5900e8b3450.zip |
Refactor tshark and the lite ports to fix the build.
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Diffstat (limited to 'net/tshark-lite')
-rw-r--r-- | net/tshark-lite/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tshark-lite/Makefile b/net/tshark-lite/Makefile index 5d192b7a77a8..b341e6bfd03a 100644 --- a/net/tshark-lite/Makefile +++ b/net/tshark-lite/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ LITE= yes -PKGNAMESUFFIX= -lite MASTERDIR= ${.CURDIR}/../tshark COMMENT= Powerful network analyzer/capture tool (lite package) |