Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2013 04:18:03 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330845 - in head/net: tshark tshark-lite wireshark-lite
Message-ID:  <201310190418.r9J4I3QN055360@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310190418.r9J4I3QN055360>