svn commit: r361384 - in head/net: wireshark wireshark-lite
Tijl Coosemans
tijl at FreeBSD.org
Wed Jul 9 15:29:37 UTC 2014
Author: tijl
Date: Wed Jul 9 15:29:37 2014
New Revision: 361384
URL: http://svnweb.freebsd.org/changeset/ports/361384
QAT: https://qat.redports.org/buildarchive/r361384/
Log:
Remove LIBTOOLFILES
Modified:
head/net/wireshark-lite/Makefile
head/net/wireshark/Makefile
Modified: head/net/wireshark-lite/Makefile
==============================================================================
--- head/net/wireshark-lite/Makefile Wed Jul 9 15:28:52 2014 (r361383)
+++ head/net/wireshark-lite/Makefile Wed Jul 9 15:29:37 2014 (r361384)
@@ -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"
Modified: head/net/wireshark/Makefile
==============================================================================
--- head/net/wireshark/Makefile Wed Jul 9 15:28:52 2014 (r361383)
+++ head/net/wireshark/Makefile Wed Jul 9 15:29:37 2014 (r361384)
@@ -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}
More information about the svn-ports-head
mailing list