diff options
author | patrick <patrick@FreeBSD.org> | 2004-06-02 22:17:13 +0000 |
---|---|---|
committer | patrick <patrick@FreeBSD.org> | 2004-06-02 22:17:13 +0000 |
commit | e07edfb858c690fe2a23a58ceb9b8f2605016cc1 (patch) | |
tree | 7c1b1ca8785a153079516a0386efcbc876889b10 /lang | |
parent | 9253d454eec462853c79a857eb306711823a3816 (diff) | |
download | FreeBSD-ports-e07edfb858c690fe2a23a58ceb9b8f2605016cc1.zip FreeBSD-ports-e07edfb858c690fe2a23a58ceb9b8f2605016cc1.tar.gz |
Putting commit bit in storage. I don't have the time
to work on FreeBSD for now. Should have done this a while back.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/forth/Makefile | 2 | ||||
-rw-r--r-- | lang/pfe-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/pfe/Makefile | 2 | ||||
-rw-r--r-- | lang/tinycobol/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lang/forth/Makefile b/lang/forth/Makefile index adc7336..ac18118 100644 --- a/lang/forth/Makefile +++ b/lang/forth/Makefile @@ -12,7 +12,7 @@ CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= patrick@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of ANSI Forth WRKSRC= ${WRKDIR}/${DISTNAME}/src diff --git a/lang/pfe-devel/Makefile b/lang/pfe-devel/Makefile index 4a186301..2197e37 100644 --- a/lang/pfe-devel/Makefile +++ b/lang/pfe-devel/Makefile @@ -12,7 +12,7 @@ CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= patrick@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of ANSI Forth GNU_CONFIGURE= yes diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index 4a186301..2197e37 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -12,7 +12,7 @@ CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= patrick@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of ANSI Forth GNU_CONFIGURE= yes diff --git a/lang/tinycobol/Makefile b/lang/tinycobol/Makefile index 9a17e59..03243fb 100644 --- a/lang/tinycobol/Makefile +++ b/lang/tinycobol/Makefile @@ -11,7 +11,7 @@ CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tiny-cobol -MAINTAINER= patrick@freebsd.org +MAINTAINER= ports@freebsd.org COMMENT= A tiny COBOL compiler for IA32 platforms LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2 |