diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2001-07-11 16:33:46 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2001-07-11 16:33:46 +0000 |
commit | 93d4289d652210f36ee413e2c8ae64c8be128423 (patch) | |
tree | f4c79381222b828b3284ddcff2da277d569d341d | |
parent | upgrade to 0.5 (diff) |
Oliver Breuninger sent me an updated email address, so put him back
as MAINTAINER.
Notes
Notes:
svn path=/head/; revision=45043
-rw-r--r-- | lang/o2c/Makefile | 2 | ||||
-rw-r--r-- | lang/oo2c/Makefile | 2 | ||||
-rw-r--r-- | print/pstotext/Makefile | 2 | ||||
-rw-r--r-- | x11/xmx/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lang/o2c/Makefile b/lang/o2c/Makefile index ee889b0ac6e6..41f82d2e1682 100644 --- a/lang/o2c/Makefile +++ b/lang/o2c/Makefile @@ -10,7 +10,7 @@ CATEGORIES= lang MASTER_SITES= ftp://ftp.uni-kl.de/pub/informatik/software/ \ ftp://ftp.archive.de.uu.net/pub/programming/languages/oberon/www.uni-kl.de/OOC/files/misc/ -MAINTAINER= ports@freebsd.org +MAINTAINER= ob@breuninger.org # does not support 64-bit platforms ONLY_FOR_ARCHS= i386 diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index 4ec08ed4db6d..da597b98232c 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.uni-kl.de/OOC/files/oo2c/ \ DISTNAME= ${PORTNAME}_32-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} gc4.14.tar.gz -MAINTAINER= ports@freebsd.org +MAINTAINER= ob@breuninger.org USE_LIBTOOL= yes CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" diff --git a/print/pstotext/Makefile b/print/pstotext/Makefile index 69e1d4f97c89..7f82ae3b79c3 100644 --- a/print/pstotext/Makefile +++ b/print/pstotext/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.research.digital.com/SRC/virtualpaper/cgi-bin/nph-downl DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z -MAINTAINER= ports@freebsd.org +MAINTAINER= ob@breuninger.org RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 diff --git a/x11/xmx/Makefile b/x11/xmx/Makefile index 0b26d802edfe..65063aa65878 100644 --- a/x11/xmx/Makefile +++ b/x11/xmx/Makefile @@ -11,7 +11,7 @@ CATEGORIES= x11 MASTER_SITES= ftp://ftp.cs.brown.edu/pub/xmx/ EXTRACT_SUFX= .tar.Z -MAINTAINER= ports@freebsd.org +MAINTAINER= ob@breuninger.org USE_X_PREFIX= yes |