diff options
author | kbyanc <kbyanc@FreeBSD.org> | 2001-04-22 04:43:40 +0800 |
---|---|---|
committer | kbyanc <kbyanc@FreeBSD.org> | 2001-04-22 04:43:40 +0800 |
commit | 55cac6d07a99fdd86ecb38290c05a567ff83013e (patch) | |
tree | 4249ba6e938ccef79016c0188562c135b99d6465 /devel/libcoro | |
parent | ba338619c1e9228e2b9e8e6832a01e798c6392d4 (diff) | |
download | freebsd-ports-gnome-55cac6d07a99fdd86ecb38290c05a567ff83013e.tar.gz freebsd-ports-gnome-55cac6d07a99fdd86ecb38290c05a567ff83013e.tar.zst freebsd-ports-gnome-55cac6d07a99fdd86ecb38290c05a567ff83013e.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.
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 |