From efd693e9ace2fddf7ed7cfd0149f7569429569cd Mon Sep 17 00:00:00 2001 From: Kelly Yancey Date: Sat, 21 Apr 2001 20:43:40 +0000 Subject: [PATCH] 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. --- devel/libcoro/Makefile | 19 ++++++++++--------- 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