diff options
author | rm <rm@FreeBSD.org> | 2012-09-30 14:25:19 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-09-30 14:25:19 +0800 |
commit | e5b3448be130a3bd69e1a4683404efba5d6afc44 (patch) | |
tree | 3aa016350465b9652676a8ba08c9b11c944e9515 /lang/tcl84 | |
parent | bec194c63f8a7aacb7b4e1786c91824712aef5b3 (diff) | |
download | freebsd-ports-gnome-e5b3448be130a3bd69e1a4683404efba5d6afc44.tar.gz freebsd-ports-gnome-e5b3448be130a3bd69e1a4683404efba5d6afc44.tar.zst freebsd-ports-gnome-e5b3448be130a3bd69e1a4683404efba5d6afc44.zip |
- pass maintainership to new volonteer
while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr
PR: 172163
Submitted by: Chris Petrik <c.petrik.sosa at gmail dot com>
Diffstat (limited to 'lang/tcl84')
-rw-r--r-- | lang/tcl84/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index a2b33afa7159..9c1cb4720087 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tcl84 -# Date created: 19 August 1997 -# Whom: jkh -# +# Created by: jkh # $FreeBSD$ -# PORTNAME= tcl PORTVERSION= 8.4.19 @@ -14,11 +10,10 @@ MASTER_SITES= SF/tcl/Tcl/${PORTVERSION} PKGNAMESUFFIX?= ${THREADS_SUFFIX}${PKGNAMESUFFIX2} DISTNAME= ${PORTNAME}${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT?= Tool Command Language LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/../license.terms LATEST_LINK?= tcl84 PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP} |