diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-02-13 01:49:12 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-02-13 01:49:12 +0000 |
commit | 3db54de6b1cdd91a7610857a7dda9edbcef0a559 (patch) | |
tree | 261d2a82bfd97f6915f2108bf8645ce04df6d298 /lang/tinycobol | |
parent | ba553c41978b461df5a9165b1e1fc8b92f8d3a7c (diff) |
- Pass maintainership to submitter
Submitted by: Glen Barber via freebsd-ports@
Notes
Notes:
svn path=/head/; revision=228172
Diffstat (limited to 'lang/tinycobol')
-rw-r--r-- | lang/tinycobol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tinycobol/Makefile b/lang/tinycobol/Makefile index 129fae7d3e06..0cc9bbbfb963 100644 --- a/lang/tinycobol/Makefile +++ b/lang/tinycobol/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.64 CATEGORIES= lang MASTER_SITES= SF/tiny-cobol -MAINTAINER= ports@FreeBSD.org +MAINTAINER= glen.j.barber@gmail.com COMMENT= A tiny COBOL compiler for IA32 platforms ONLY_FOR_ARCHS= i386 |