diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-09-12 11:35:02 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-09-12 11:35:02 +0000 |
commit | f47d7157ee32d4ab8b5a4f782a85f92727c4d0c8 (patch) | |
tree | 3bf9e5a8a213e293966d810582d8dc027b3a11ad /misc/tkinfo/Makefile | |
parent | Fix a potential crash on 5-CURRENT. (diff) |
New maintainer: Andy Sparrow <spadger@best.com>.
Notes
Notes:
svn path=/head/; revision=47745
Diffstat (limited to 'misc/tkinfo/Makefile')
-rw-r--r-- | misc/tkinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile index 3e005e9474ad..b7f41c357b89 100644 --- a/misc/tkinfo/Makefile +++ b/misc/tkinfo/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.5 CATEGORIES= misc tk83 MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= spadger@best.com RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 |