From 02bbafc3f09bdf96f7fde91312485a4263d7fc51 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Wed, 9 Jul 2014 15:29:37 +0000 Subject: [PATCH] Remove LIBTOOLFILES --- net/wireshark-lite/Makefile | 2 +- net/wireshark/Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/net/wireshark-lite/Makefile b/net/wireshark-lite/Makefile index 18f149def9ca..e02cb59de573 100644 --- a/net/wireshark-lite/Makefile +++ b/net/wireshark-lite/Makefile @@ -5,6 +5,6 @@ LITE= yes PKGNAMESUFFIX= -lite MASTERDIR= ${.CURDIR}/../wireshark -COMMENT= A powerful network analyzer/capture tool (lite package) +COMMENT= Powerful network analyzer/capture tool (lite package) .include "${MASTERDIR}/Makefile" diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index e5da07fe2f9a..9913cb106f71 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -76,7 +76,6 @@ CONFIGURE_ARGS+= --enable-wireshark=no \ .endif GNU_CONFIGURE= yes -LIBTOOLFILES= configure wiretap/configure PLIST_SUB+= PORTVERSION=${PORTVERSION} .if ${PORT_OPTIONS:MIPV6}