diff options
-rw-r--r-- | emulators/twin/Makefile | 2 | ||||
-rw-r--r-- | math/femlab/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index 41d13e4e819f..3ff3558e69d7 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -11,7 +11,7 @@ CATEGORIES= emulators devel MASTER_SITES= ftp://ftp.willows.com/pub/development/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} -MAINTAINER= giffunip@asme.org +MAINTAINER= ports@FreeBSD.org WRKSRC= $(WRKDIR)/twin USE_XLIB= yes diff --git a/math/femlab/Makefile b/math/femlab/Makefile index bfa83946d298..e597bc9f5af9 100644 --- a/math/femlab/Makefile +++ b/math/femlab/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.md.chalmers.se/pub/Femlab/ \ ftp://ftp.ifs.hr/pub/SciUtil/ DISTFILES= femlab-2d-v${PORTVERSION}.tar.gz -MAINTAINER= giffunip@asme.org +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${X11BASE}/lib/libsx.a:${PORTSDIR}/x11/libsx |