diff options
| author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-22 17:22:39 +0000 | 
|---|---|---|
| committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-22 17:22:39 +0000 | 
| commit | 76ae6e1d12cf84568df88cb40acf54d6565c3edc (patch) | |
| tree | 5d935b4cd2375f78e05f328cc3f6f010ed19e6a4 | |
| parent | Upgrade to 20010222a. (diff) | |
Add new MASTER_SITES
Notes
Notes:
    svn path=/head/; revision=38615
| -rw-r--r-- | devel/libtai/Makefile | 4 | ||||
| -rw-r--r-- | sysutils/clockspeed/Makefile | 4 | 
2 files changed, 6 insertions, 2 deletions
| diff --git a/devel/libtai/Makefile b/devel/libtai/Makefile index 553dd7d834c9..47335f4990b5 100644 --- a/devel/libtai/Makefile +++ b/devel/libtai/Makefile @@ -8,7 +8,9 @@  PORTNAME=	libtai  PORTVERSION=	0.60  CATEGORIES=	devel -MASTER_SITES=	http://cr.yp.to/libtai/ +MASTER_SITES=	http://cr.yp.to/libtai/ \ +		ftp://mirror.pipex.net/pub/qmail/ \ +		ftp://ftp.rifkin.technion.ac.il/pub/qmail/  MAINTAINER=	lioux@FreeBSD.org diff --git a/sysutils/clockspeed/Makefile b/sysutils/clockspeed/Makefile index b3fc7155ce89..c11ccdadfb2e 100644 --- a/sysutils/clockspeed/Makefile +++ b/sysutils/clockspeed/Makefile @@ -9,7 +9,9 @@ PORTNAME=	clockspeed  PORTVERSION=	0.62  PORTREVISION=	1  CATEGORIES=	sysutils -MASTER_SITES=	http://cr.yp.to/clockspeed/ +MASTER_SITES=	http://cr.yp.to/clockspeed/ \ +		ftp://mirror.pipex.net/pub/qmail/ \ +		ftp://ftp.rifkin.technion.ac.il/pub/qmail/  MAINTAINER=	lioux@FreeBSD.org | 
