diff options
author | billf <billf@FreeBSD.org> | 1998-12-30 02:22:59 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-30 02:22:59 +0800 |
commit | 9416b66b1e473084a35ae06617a96df44e2891cb (patch) | |
tree | e915c55dc17954e66f2b354848c2e609aa77263c /devel/clig | |
parent | 3b9e04a69e618ad815dffe85f9398832c52d0a4e (diff) | |
download | freebsd-ports-gnome-9416b66b1e473084a35ae06617a96df44e2891cb.tar.gz freebsd-ports-gnome-9416b66b1e473084a35ae06617a96df44e2891cb.tar.zst freebsd-ports-gnome-9416b66b1e473084a35ae06617a96df44e2891cb.zip |
Update MAINTAINER to reflect my proper e-mail address.
Diffstat (limited to 'devel/clig')
-rw-r--r-- | devel/clig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/clig/Makefile b/devel/clig/Makefile index 366bf891dabe..4e35e99aeeb1 100644 --- a/devel/clig/Makefile +++ b/devel/clig/Makefile @@ -3,14 +3,14 @@ # Date created: 27 July 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.3 1998/09/20 23:26:49 asami Exp $ +# $Id: Makefile,v 1.4 1998/09/23 22:59:23 hoek Exp $ # DISTNAME= clig-1.0.2 CATEGORIES= devel tcl80 MASTER_SITES= http://wsd.iitb.fhg.de/~kir/clighome/ -MAINTAINER= billf@chc-chimes.com +MAINTAINER= billf@FreeBSD.org # This should work with any version of tcl. See also ${MAKE_ENV}. BUILD_DEPENDS= ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 |