diff options
author | billf <billf@FreeBSD.org> | 1998-11-11 21:47:04 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-11-11 21:47:04 +0000 |
commit | 6d31d7098c3a54bb5fae95ce06f804dd131eb9c0 (patch) | |
tree | d82d4954c0cbe9f71a5f44ef3872fd887a2511c8 /net/wireshark | |
parent | c02b580658ef735ef7029207e1218cce50740220 (diff) | |
download | FreeBSD-ports-6d31d7098c3a54bb5fae95ce06f804dd131eb9c0.zip FreeBSD-ports-6d31d7098c3a54bb5fae95ce06f804dd131eb9c0.tar.gz |
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 735a18e..1b8f521 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 |