diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-06-06 01:09:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-06-06 01:09:30 +0000 |
commit | 5270a3483a2bb838d17817a0595bd2e3d1c80642 (patch) | |
tree | ea853eefbfca9b4095c9a1346f645591b62fe050 | |
parent | b108c27ae25ef2a9d8e665abe55f231a2ba27a50 (diff) | |
download | ports-5270a3483a2bb838d17817a0595bd2e3d1c80642.tar.gz ports-5270a3483a2bb838d17817a0595bd2e3d1c80642.zip |
Notes
-rw-r--r-- | devel/libfirm/Makefile | 2 | ||||
-rw-r--r-- | games/jaggedalliance2/Makefile | 2 | ||||
-rw-r--r-- | lang/cparser/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/libfirm/Makefile b/devel/libfirm/Makefile index 0d64975c1707..6bcc74b9eb51 100644 --- a/devel/libfirm/Makefile +++ b/devel/libfirm/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.16.0 CATEGORIES= devel lang MASTER_SITES= SF -MAINTAINER= christoph.mallon@gmx.de +MAINTAINER= ports@FreeBSD.org COMMENT= A graph-based SSA intermediate representation library for compilers GNU_CONFIGURE= yes diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index 77ab943e71ea..e81a9875e5ca 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -11,7 +11,7 @@ CATEGORIES= games MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/ \ http://tron.homeunix.org/ja2/ -MAINTAINER= christoph.mallon@gmx.de +MAINTAINER= ports@FreeBSD.org COMMENT= A port of "Jagged Alliance 2" using SDL DISTVERSIONSUFFIX= -source diff --git a/lang/cparser/Makefile b/lang/cparser/Makefile index 11cece21aff4..7fea8554c128 100644 --- a/lang/cparser/Makefile +++ b/lang/cparser/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.9.8 CATEGORIES= lang devel MASTER_SITES= SF -MAINTAINER= christoph.mallon@gmx.de +MAINTAINER= ports@FreeBSD.org COMMENT= A C99 compiler using libFIRM as backend LIB_DEPENDS= firm.0:${PORTSDIR}/devel/libfirm |