diff options
| author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-30 06:25:19 +0000 |
|---|---|---|
| committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-30 06:25:19 +0000 |
| commit | fdca62cdcb91dc62c509a82980fb517ee3ba39ad (patch) | |
| tree | 3aa016350465b9652676a8ba08c9b11c944e9515 /lang/tcl85 | |
| parent | 65cd17a75f3d47ce8b9e8008cf9885e7ee680a96 (diff) | |
- 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>
Notes
svn path=/head/; revision=305074
Diffstat (limited to 'lang/tcl85')
| -rw-r--r-- | lang/tcl85/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lang/tcl85/Makefile b/lang/tcl85/Makefile index 5d2a4b563166..b2bcd5a1df4f 100644 --- a/lang/tcl85/Makefile +++ b/lang/tcl85/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tcl8.5 -# Date created: 17 January 2007 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -# PORTNAME?= tcl PORTVERSION= 8.5.12 @@ -13,11 +9,10 @@ MASTER_SITES= SF/tcl/Tcl/${PORTVERSION} PKGNAMESUFFIX?= ${THREADS_SUFFIX}${PKGNAMESUFFIX2} DISTNAME= tcl${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?= tcl85 PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP} |
