diff options
author | mm <mm@FreeBSD.org> | 2007-04-05 21:19:09 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-04-05 21:19:09 +0800 |
commit | 3cb7e366ed35da4d8298e8815ec5b072951a61b5 (patch) | |
tree | 6260025b6835b982d919eb71e5065bb6ea7067bc /lang/tcl85 | |
parent | adaa1777eada4d74e23dfc6fef9a9c91cb97eb94 (diff) | |
download | freebsd-ports-gnome-3cb7e366ed35da4d8298e8815ec5b072951a61b5.tar.gz freebsd-ports-gnome-3cb7e366ed35da4d8298e8815ec5b072951a61b5.tar.zst freebsd-ports-gnome-3cb7e366ed35da4d8298e8815ec5b072951a61b5.zip |
- updated maintainer e-mail address
Approved by: garga (mentor)
Diffstat (limited to 'lang/tcl85')
-rw-r--r-- | lang/tcl85/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcl85/Makefile b/lang/tcl85/Makefile index 258e5ca84603..67606a72590a 100644 --- a/lang/tcl85/Makefile +++ b/lang/tcl85/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: tcl8.5 # Date created: 17 January 2007 -# Whom: martin@matuska.org +# Whom: Martin Matuska <mm@FreeBSD.org> # # $FreeBSD$ # @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= tcl PKGNAMESUFFIX?= ${THREADS_SUFFIX}${PKGNAMESUFFIX2} DISTNAME= ${PORTNAME}${PORTVERSION:S/.a./a/}-src -MAINTAINER= martin@matuska.org +MAINTAINER= mm@FreeBSD.org COMMENT= Tool Command Language (development version) PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP} |