diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-21 22:44:00 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-21 22:44:00 +0000 |
commit | 8f4ff74e0b6dd7af9f04ecb5454835607c755aa3 (patch) | |
tree | 47e7fb695542238f2d278f39cc0989df71d26f00 | |
parent | f4af7838e1121294835157764b8ab9a1b83744d9 (diff) | |
download | FreeBSD-ports-8f4ff74e0b6dd7af9f04ecb5454835607c755aa3.zip FreeBSD-ports-8f4ff74e0b6dd7af9f04ecb5454835607c755aa3.tar.gz |
Author acked to release ports to the public. So be it.
-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 41d13e4..3ff3558 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 bfa8394..e597bc9 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 |