diff options
author | green <green@FreeBSD.org> | 1999-08-24 13:16:30 +0800 |
---|---|---|
committer | green <green@FreeBSD.org> | 1999-08-24 13:16:30 +0800 |
commit | a1be415659cf78e87459517bc38ff42816ea8cab (patch) | |
tree | c6ae2d475f5cb019efc5c56fec1d028e0eefdb44 /irc | |
parent | 8ff6eabcd0e86511cf6491077c9bbf80835f3b81 (diff) | |
download | freebsd-ports-gnome-a1be415659cf78e87459517bc38ff42816ea8cab.tar.gz freebsd-ports-gnome-a1be415659cf78e87459517bc38ff42816ea8cab.tar.zst freebsd-ports-gnome-a1be415659cf78e87459517bc38ff42816ea8cab.zip |
Fix my e-mail address here too. Thanks, Bill!
Diffstat (limited to 'irc')
-rw-r--r-- | irc/tkirc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/tkirc/Makefile b/irc/tkirc/Makefile index 981901ee4405..0c35acb0e3cc 100644 --- a/irc/tkirc/Makefile +++ b/irc/tkirc/Makefile @@ -3,7 +3,7 @@ # Date created: Jan 15 1998 # Whom: brianfeldman@hotmail.com # -# $Id: Makefile,v 1.7 1999/06/28 02:21:11 billf Exp $ +# $Id: Makefile,v 1.8 1999/06/28 05:47:42 mharo Exp $ # DISTNAME= tkirc1.202 @@ -11,7 +11,7 @@ PKGNAME= tkirc-1.202 CATEGORIES= irc tk80 MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/ -MAINTAINER= brianfeldman@hotmail.com +MAINTAINER= green@FreeBSD.org RUN_DEPENDS= irc:${PORTSDIR}/irc/ircII \ wish8.0:${PORTSDIR}/x11-toolkits/tk80 |