diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/open-cobol-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/open-cobol/Makefile | 2 | ||||
-rw-r--r-- | lang/tinycobol/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/open-cobol-devel/Makefile b/lang/open-cobol-devel/Makefile index 1a2889b01ddc..8e5c2c930e4a 100644 --- a/lang/open-cobol-devel/Makefile +++ b/lang/open-cobol-devel/Makefile @@ -12,7 +12,7 @@ PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= glen.j.barber@gmail.com COMMENT= An open-source COBOL compiler LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 diff --git a/lang/open-cobol/Makefile b/lang/open-cobol/Makefile index 1a2889b01ddc..8e5c2c930e4a 100644 --- a/lang/open-cobol/Makefile +++ b/lang/open-cobol/Makefile @@ -12,7 +12,7 @@ PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= glen.j.barber@gmail.com COMMENT= An open-source COBOL compiler LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 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 |