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.
This commit is contained in:
Kelly Yancey 2001-04-21 20:43:40 +00:00
parent a0c7fba5bf
commit efd693e9ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41770
2 changed files with 12 additions and 13 deletions

View File

@ -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

View File

@ -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