diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-05-30 23:02:40 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-05-30 23:02:40 +0000 |
commit | 29421e3724e8aa725b6e0f1218fd9ef5454cb9e5 (patch) | |
tree | 0ff8b0bbb03a577f65f118c9495d4cb5b6ffd2bf /net/scotty3 | |
parent | 8fd7ec403dca37c368b7b007892113d34fb264f0 (diff) | |
download | ports-29421e3724e8aa725b6e0f1218fd9ef5454cb9e5.tar.gz ports-29421e3724e8aa725b6e0f1218fd9ef5454cb9e5.zip |
Notes
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 4ed155249960..be812865f54d 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 <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 |