diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-12 23:49:28 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-12 23:49:28 +0800 |
commit | 2109b98395f3d128f49ade8860bc07a91ef804a8 (patch) | |
tree | 60326b7cf6b40514cb8e7eb0839ba980cbb2976e | |
parent | 65db3b14eb6113743e0b920a45e59b26d56fa89b (diff) | |
download | freebsd-ports-graphics-2109b98395f3d128f49ade8860bc07a91ef804a8.tar.gz freebsd-ports-graphics-2109b98395f3d128f49ade8860bc07a91ef804a8.tar.zst freebsd-ports-graphics-2109b98395f3d128f49ade8860bc07a91ef804a8.zip |
Add a faster source to MASTER_SITES. New source courtesy of submitter.
Submitted by: Christian Brueffer <chris@unixpages.org>
-rw-r--r-- | net-p2p/dctc-gui/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/dctc/Makefile | 3 | ||||
-rw-r--r-- | net/dctc-gui/Makefile | 3 | ||||
-rw-r--r-- | net/dctc/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/net-p2p/dctc-gui/Makefile b/net-p2p/dctc-gui/Makefile index 7347547687b..b9171b7cb93 100644 --- a/net-p2p/dctc-gui/Makefile +++ b/net-p2p/dctc-gui/Makefile @@ -9,7 +9,8 @@ PORTNAME= dctc PORTVERSION= 0.59 PORTREVISION= 1 CATEGORIES= net gnome -MASTER_SITES= http://ac2i.tzo.com/dctc/ +MASTER_SITES= http://unixpages.org/distfiles/ \ + http://ac2i.tzo.com/dctc/ PKGNAMESUFFIX= -gui DISTNAME= dc_gui-${PORTVERSION} diff --git a/net-p2p/dctc/Makefile b/net-p2p/dctc/Makefile index 6730b66747d..d5b2fae4c61 100644 --- a/net-p2p/dctc/Makefile +++ b/net-p2p/dctc/Makefile @@ -8,7 +8,8 @@ PORTNAME= dctc PORTVERSION= 0.83.2 CATEGORIES= net -MASTER_SITES= http://ac2i.tzo.com/dctc/ +MASTER_SITES= http://unixpages.org/distfiles/ \ + http://ac2i.tzo.com/dctc/ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org diff --git a/net/dctc-gui/Makefile b/net/dctc-gui/Makefile index 7347547687b..b9171b7cb93 100644 --- a/net/dctc-gui/Makefile +++ b/net/dctc-gui/Makefile @@ -9,7 +9,8 @@ PORTNAME= dctc PORTVERSION= 0.59 PORTREVISION= 1 CATEGORIES= net gnome -MASTER_SITES= http://ac2i.tzo.com/dctc/ +MASTER_SITES= http://unixpages.org/distfiles/ \ + http://ac2i.tzo.com/dctc/ PKGNAMESUFFIX= -gui DISTNAME= dc_gui-${PORTVERSION} diff --git a/net/dctc/Makefile b/net/dctc/Makefile index 6730b66747d..d5b2fae4c61 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -8,7 +8,8 @@ PORTNAME= dctc PORTVERSION= 0.83.2 CATEGORIES= net -MASTER_SITES= http://ac2i.tzo.com/dctc/ +MASTER_SITES= http://unixpages.org/distfiles/ \ + http://ac2i.tzo.com/dctc/ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org |