diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-04 04:49:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-04 04:49:26 +0000 |
commit | 01ac113f151420fdb3d6a7e2d98002e00cdf9443 (patch) | |
tree | a67f4e5e7be905d46646e7afff017b8a6173cc36 /net/wireshark | |
parent | 2e4a99f295f7836b1d06221fd7fa2a4df1e7be4f (diff) |
Notes
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 6 | ||||
-rw-r--r-- | net/wireshark/pkg-plist | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 7baf7b9ebc9e..8b099c44a6ef 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -7,7 +7,7 @@ PORTNAME= ethereal PORTVERSION= 0.99.0 -PORTREVISION= 2 +PORTREVISION?= 2 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.ethereal.com/pub/ethereal/all-versions/ @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --program-transform-name="" MAKE_ENV= MIBDIRS="/dev/null" INSTALLS_SHLIB= yes -.for x in capinfos dumpcap editcap idl2eth mergecap text2pcap +.for x in capinfos editcap idl2eth mergecap text2pcap .if defined(LITE) PLIST_SUB+= ${x:U}="@comment $x not installed" CONFIGURE_ARGS+= --enable-$x=no @@ -115,7 +115,7 @@ CONFIGURE_ARGS+= --with-adns=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-adns=no .endif -MAN1+= tethereal.1 +MAN1+= dumpcap.1 tethereal.1 MAN4+= ethereal-filter.4 .include <bsd.port.post.mk> diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist index 4efc8eeb95f1..8e7d431eeecf 100644 --- a/net/wireshark/pkg-plist +++ b/net/wireshark/pkg-plist @@ -1,6 +1,6 @@ %%CAPINFOS%% %%DFTEST%% -%%DUMPCAP%% +dumpcap %%EDITCAP%% %%ETHEREAL%% %%IDL2ETH%% |