diff options
author | cwt <cwt@FreeBSD.org> | 1998-12-24 14:51:12 +0800 |
---|---|---|
committer | cwt <cwt@FreeBSD.org> | 1998-12-24 14:51:12 +0800 |
commit | cf92d76351d7a5a08fc93fa4ba8eee68ebc398b3 (patch) | |
tree | d7a0f9da62f98a463325a34c70283084e6c1ec4e /lang | |
parent | 5382df9ca3326627a2b696ebc7173a56078c2fc4 (diff) | |
download | freebsd-ports-gnome-cf92d76351d7a5a08fc93fa4ba8eee68ebc398b3.tar.gz freebsd-ports-gnome-cf92d76351d7a5a08fc93fa4ba8eee68ebc398b3.tar.zst freebsd-ports-gnome-cf92d76351d7a5a08fc93fa4ba8eee68ebc398b3.zip |
Assume role of maintainer. By request of: maintainer.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl80/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index 5f37bc3bf93c..796bbbad177f 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.10 1998/12/13 08:49:05 asami Exp $ +# $Id: Makefile,v 1.11 1998/12/19 07:25:19 cwt Exp $ # DISTNAME= tcl8.0.4 @@ -11,7 +11,7 @@ PKGNAME= tcl-8.0.4 CATEGORIES= lang tcl80 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ -MAINTAINER= jkh@freebsd.org +MAINTAINER= cwt@freebsd.org WRKSRC= ${WRKDIR}/tcl8.0.4/unix GNU_CONFIGURE= yes |