diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-31 06:53:31 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-31 06:53:31 +0000 |
commit | 65ab34a66713786b91eb182ff10e40108b752fbb (patch) | |
tree | 11ba0ae7d75bec62d8912344c351ade7872c86bb /net/telnetx/Makefile | |
parent | e2b692e5acbcaa86ead1bd84c8460b249fe38acd (diff) |
Notes
Diffstat (limited to 'net/telnetx/Makefile')
-rw-r--r-- | net/telnetx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/telnetx/Makefile b/net/telnetx/Makefile index c01428f687f6..30eda9a74b34 100644 --- a/net/telnetx/Makefile +++ b/net/telnetx/Makefile @@ -1,7 +1,7 @@ # New ports collection makefile for: telnetx # Version required: ? # Date created: 22 Sep 1996 -# Whom: Masafumi NAKANE <max@FreeBSD.ORG> +# Whom: Masafumi NAKANE <max@FreeBSD.org> # # $FreeBSD$ # @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/ -MAINTAINER= max@FreeBSD.ORG +MAINTAINER= max@FreeBSD.org RUN_DEPENDS= rz:${PORTSDIR}/comms/rzsz RUN_DEPENDS+= bp:${PORTSDIR}/comms/bpl+ |