diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-12 15:49:28 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-12 15:49:28 +0000 |
commit | 90b08a76e0a24f2c4c98d746acb75864ee306365 (patch) | |
tree | b7b446bcf3a407f9ba0a4f6d93bdc69e29b53f05 /net-p2p | |
parent | make portlint happy (diff) |
Add a faster source to MASTER_SITES. New source courtesy of submitter.
Submitted by: Christian Brueffer <chris@unixpages.org>
Notes
Notes:
svn path=/head/; revision=64429
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dctc-gui/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/dctc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/dctc-gui/Makefile b/net-p2p/dctc-gui/Makefile index 7347547687b8..b9171b7cb93d 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 6730b66747d2..d5b2fae4c616 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 |