diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2010-09-04 15:32:58 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2010-09-04 15:32:58 +0000 |
commit | cc72c8c9225d145f18537d3f32ddbd59cae4fb8c (patch) | |
tree | 2682b4f0b21a0183b1d95c7b59f88e94ed7abe6e /lang | |
parent | 4678c6bfe44c67405ed425cf0171fedbcba31300 (diff) | |
download | ports-cc72c8c9225d145f18537d3f32ddbd59cae4fb8c.tar.gz ports-cc72c8c9225d145f18537d3f32ddbd59cae4fb8c.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/open-cobol-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/open-cobol/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/open-cobol-devel/Makefile b/lang/open-cobol-devel/Makefile index 408c0c81a4f2..eaadb78cb06c 100644 --- a/lang/open-cobol-devel/Makefile +++ b/lang/open-cobol-devel/Makefile @@ -10,7 +10,7 @@ PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= http://freebsd.dev-urandom.com/open-cobol/ -MAINTAINER= glen.j.barber@gmail.com +MAINTAINER= gjb@FreeBSD.org COMMENT= An open-source COBOL compiler LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp diff --git a/lang/open-cobol/Makefile b/lang/open-cobol/Makefile index 4bd09857f3de..e73a280f5385 100644 --- a/lang/open-cobol/Makefile +++ b/lang/open-cobol/Makefile @@ -12,7 +12,7 @@ PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= SF -MAINTAINER= glen.j.barber@gmail.com +MAINTAINER= gjb@FreeBSD.org COMMENT= An open-source COBOL compiler LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp |