diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-05-23 23:11:55 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-05-23 23:11:55 +0800 |
commit | 939202c96f7f67c907eae8d146697f3cf41fdde1 (patch) | |
tree | 3689647f777a278a7871d0cf342c8a7e59df6ada /net/scotty3 | |
parent | c47b68af5db3f981c2368c6064afd0c373500d57 (diff) | |
download | freebsd-ports-gnome-939202c96f7f67c907eae8d146697f3cf41fdde1.tar.gz freebsd-ports-gnome-939202c96f7f67c907eae8d146697f3cf41fdde1.tar.zst freebsd-ports-gnome-939202c96f7f67c907eae8d146697f3cf41fdde1.zip |
Update maintainer's email to match what he uses on send-pr to avoid
confusion
Submitted by: maintainer
Diffstat (limited to 'net/scotty3')
-rw-r--r-- | net/scotty3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile index 2eee6ce17562..4ed155249960 100644 --- a/net/scotty3/Makefile +++ b/net/scotty3/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: scotty-current # Date created: 06 June 2000 -# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.ORG.ru> +# Whom: Sergey Osokin aka oZZ <osa@FreeBSD.ORG.ru> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/devel/ DISTNAME= ${PORTNAME}-00-02-21 -MAINTAINER= ozz@FreeBSD.org.ru +MAINTAINER= osa@FreeBSD.org.ru .ifdef (WITHOUT_X11) PKGNAMESUFFIX= -nox11 |