diff options
author | petef <petef@FreeBSD.org> | 2002-05-31 07:02:40 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-05-31 07:02:40 +0800 |
commit | 6c796ebf87bc43cde45428a1e685dd43ec4fb09d (patch) | |
tree | b9a175e0e9fd956560264ea2018013b200b1de2c /net-mgmt | |
parent | e9fc574a6f921aa4364cbd8429c029c3fdeac309 (diff) | |
download | freebsd-ports-gnome-6c796ebf87bc43cde45428a1e685dd43ec4fb09d.tar.gz freebsd-ports-gnome-6c796ebf87bc43cde45428a1e685dd43ec4fb09d.tar.zst freebsd-ports-gnome-6c796ebf87bc43cde45428a1e685dd43ec4fb09d.zip |
Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks for
your hard work on these & I hope to see you contribute more.
PR: 38750
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru> (previous maintainer)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/scotty3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile index 4ed155249960..be812865f54d 100644 --- a/net-mgmt/scotty3/Makefile +++ b/net-mgmt/scotty3/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: scotty-current # Date created: 06 June 2000 -# Whom: Sergey Osokin aka oZZ <osa@FreeBSD.ORG.ru> +# Whom: Sergey Osokin aka oZZ <ports@FreeBSD.org> # # $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= osa@FreeBSD.org.ru +MAINTAINER= ports@FreeBSD.org .ifdef (WITHOUT_X11) PKGNAMESUFFIX= -nox11 |