diff options
author | Chris Timmons <cwt@FreeBSD.org> | 1998-12-24 06:51:12 +0000 |
---|---|---|
committer | Chris Timmons <cwt@FreeBSD.org> | 1998-12-24 06:51:12 +0000 |
commit | 2e82662cecf79a9cbf6a6b4df09c163538f64eb7 (patch) | |
tree | 44b7b5605015f2b1f7f87657087fdd42a0e4cabd | |
parent | Activate p5-Set-IntSpan port. (diff) |
Assume role of maintainer. By request of: maintainer.
Notes
Notes:
svn path=/head/; revision=15556
-rw-r--r-- | lang/tcl80/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/tk80/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/x11-toolkits/tk80/Makefile b/x11-toolkits/tk80/Makefile index 265bf5034dda..ed965ab90bdf 100644 --- a/x11-toolkits/tk80/Makefile +++ b/x11-toolkits/tk80/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.15 1998/12/13 08:49:13 asami Exp $ +# $Id: Makefile,v 1.16 1998/12/19 07:27:37 cwt Exp $ # DISTNAME= tk8.0.4 @@ -11,7 +11,7 @@ PKGNAME= tk-8.0.4 CATEGORIES= x11-toolkits tk80 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ -MAINTAINER= jkh@Freebsd.ORG +MAINTAINER= cwt@Freebsd.ORG LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 |