diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libcoro/Makefile | 2 | ||||
-rw-r--r-- | devel/ngpt/Makefile | 2 | ||||
-rw-r--r-- | devel/py-coro/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/libcoro/Makefile b/devel/libcoro/Makefile index 39a114cb475a..ef2eb4266a7b 100644 --- a/devel/libcoro/Makefile +++ b/devel/libcoro/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kbyanc DISTNAME= coro-${PORTVERSION} -MAINTAINER= kbyanc@posi.net +MAINTAINER= ports@FreeBSD.org COMMENT= C library that implements coroutines ONLY_FOR_ARCHS= i386 diff --git a/devel/ngpt/Makefile b/devel/ngpt/Makefile index 7dd1d335c33c..ca8fb0fda434 100644 --- a/devel/ngpt/Makefile +++ b/devel/ngpt/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= http://www.sharma-home.net/~adsharma/projects/freebsd/ MASTER_SITE_SUBDIR= ngpt-${PORTVERSION}.tar.gz -MAINTAINER= arun@sharmas.dhs.org +MAINTAINER= ports@FreeBSD.org COMMENT= NGPT is a next generation pthread implementation based on GNU pth INSTALLS_SHLIB= yes diff --git a/devel/py-coro/Makefile b/devel/py-coro/Makefile index 2c54867b79f5..c291eebc1cf2 100644 --- a/devel/py-coro/Makefile +++ b/devel/py-coro/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.dotfunk.com/projects/coro/ PKGNAMEPREFIX= py- DISTNAME= ${PORTNAME}_2001_02_02 -MAINTAINER= kbyanc@posi.net +MAINTAINER= ports@FreeBSD.org COMMENT= Python coroutine implementation BUILD_DEPENDS= ${LOCALBASE}/lib/libcoro.a:${PORTSDIR}/devel/libcoro |