diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-11-12 05:47:04 +0800 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-11-12 05:47:04 +0800 |
commit | ce137a178f568a9a92042a722d52388baea84eae (patch) | |
tree | 130cbe50431106ac0f9aeb60448430ffa2772170 /net/wireshark | |
parent | 119ddd36d9e18206e400410a01bcfcf6a7833385 (diff) | |
download | freebsd-ports-gnome-ce137a178f568a9a92042a722d52388baea84eae.tar.gz freebsd-ports-gnome-ce137a178f568a9a92042a722d52388baea84eae.tar.zst freebsd-ports-gnome-ce137a178f568a9a92042a722d52388baea84eae.zip |
changing the MAINTAINER address, I'm trying to keep work e-mail addresses
seperate from FreeBSD e-mail addresses.
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 735a18e220bd..1b8f521c92c5 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -3,7 +3,7 @@ # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.4 1998/10/19 15:51:24 vanilla Exp $ +# $Id: Makefile,v 1.5 1998/10/20 18:10:47 vanilla Exp $ # DISTNAME= ethereal-0.4.1 @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://ethereal.zing.org/distribution/ \ http://ethereal.boehm.org/distribution/ -MAINTAINER= billf@chc-chimes.com +MAINTAINER= billf@FreeBSD.ORG LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk |