svn commit: r330845 - in head/net: tshark tshark-lite wireshark-lite
Joe Marcus Clarke
marcus at FreeBSD.org
Sat Oct 19 04:18:04 UTC 2013
Author: marcus
Date: Sat Oct 19 04:18:02 2013
New Revision: 330845
URL: http://svnweb.freebsd.org/changeset/ports/330845
Log:
These ports all inherit stage support.
Modified:
head/net/tshark-lite/Makefile
head/net/tshark/Makefile
head/net/wireshark-lite/Makefile
Modified: head/net/tshark-lite/Makefile
==============================================================================
--- head/net/tshark-lite/Makefile Sat Oct 19 03:54:52 2013 (r330844)
+++ head/net/tshark-lite/Makefile Sat Oct 19 04:18:02 2013 (r330845)
@@ -7,5 +7,4 @@ PKGNAMESUFFIX= -lite
MASTERDIR= ${.CURDIR}/../tshark
COMMENT= A powerful network analyzer/capture tool (lite package)
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/net/tshark/Makefile
==============================================================================
--- head/net/tshark/Makefile Sat Oct 19 03:54:52 2013 (r330844)
+++ head/net/tshark/Makefile Sat Oct 19 04:18:02 2013 (r330845)
@@ -9,5 +9,4 @@ MASTERDIR= ${.CURDIR}/../wireshark
WITHOUT_X11= yes
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
Modified: head/net/wireshark-lite/Makefile
==============================================================================
--- head/net/wireshark-lite/Makefile Sat Oct 19 03:54:52 2013 (r330844)
+++ head/net/wireshark-lite/Makefile Sat Oct 19 04:18:02 2013 (r330845)
@@ -7,5 +7,4 @@ PKGNAMESUFFIX= -lite
MASTERDIR= ${.CURDIR}/../wireshark
COMMENT= A powerful network analyzer/capture tool (lite package)
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
More information about the svn-ports-all
mailing list