diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/o2c/Makefile | 2 | ||||
-rw-r--r-- | lang/oo2c/Makefile | 2 |
2 files changed, 2 insertions, 2 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}" |