diff options
author | Kelly Yancey <kbyanc@FreeBSD.org> | 2001-04-21 20:43:40 +0000 |
---|---|---|
committer | Kelly Yancey <kbyanc@FreeBSD.org> | 2001-04-21 20:43:40 +0000 |
commit | efd693e9ace2fddf7ed7cfd0149f7569429569cd (patch) | |
tree | eb935c0faee042ec4c68c3b7c69993715eada31c /devel/libcoro | |
parent | a0c7fba5bfb912ea615106458ff447e190e2d3e4 (diff) | |
download | ports-efd693e9ace2fddf7ed7cfd0149f7569429569cd.tar.gz ports-efd693e9ace2fddf7ed7cfd0149f7569429569cd.zip |
Change MASTER_SITE to ${MASTER_SITE_LOCAL} as the author's site has been
down from some time now. Remove reference to author's site from the
pkg-descr.
Notes
Notes:
svn path=/head/; revision=41770
Diffstat (limited to 'devel/libcoro')
-rw-r--r-- | devel/libcoro/Makefile | 19 | ||||
-rw-r--r-- | devel/libcoro/pkg-descr | 6 |
2 files changed, 12 insertions, 13 deletions
diff --git a/devel/libcoro/Makefile b/devel/libcoro/Makefile index f4f850362d7f..c13771e5d35e 100644 --- a/devel/libcoro/Makefile +++ b/devel/libcoro/Makefile @@ -5,18 +5,19 @@ # $FreeBSD$ # -PORTNAME= libcoro -PORTVERSION= 1.0.3 -CATEGORIES= devel -MASTER_SITES= http://themen01.exit.de/user/member/froese/coro/ -DISTNAME= coro-${PORTVERSION} +PORTNAME= libcoro +PORTVERSION= 1.0.3 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= kbyanc +DISTNAME= coro-${PORTVERSION} -MAINTAINER= kbyanc@posi.net +MAINTAINER= kbyanc@posi.net -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --arch arch/x86-freebsd +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --arch arch/x86-freebsd MAN2= coro.2 diff --git a/devel/libcoro/pkg-descr b/devel/libcoro/pkg-descr index c86f18180a7b..073d4f6cb441 100644 --- a/devel/libcoro/pkg-descr +++ b/devel/libcoro/pkg-descr @@ -12,7 +12,5 @@ of this library is to build a standard API for coroutines and implement it for as many architectures as possible. Currently on the i386 architecture is supported. -WWW: http://themen01.exit.de/user/member/froese/ - -- Kelly -kbyanc@posi.net + -Kelly + kbyanc@posi.net |