diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-13 22:45:31 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-13 22:45:31 +0800 |
commit | 11baeac96b2cdb9032d512a584e7dcb38f586e41 (patch) | |
tree | d3a1235bdcc2ae718e5e3d2a8888c4ddd8c8f93c | |
parent | b075d0e0cc099a969b9a1d96398e92d28a7d4507 (diff) | |
download | freebsd-ports-gnome-11baeac96b2cdb9032d512a584e7dcb38f586e41.tar.gz freebsd-ports-gnome-11baeac96b2cdb9032d512a584e7dcb38f586e41.tar.zst freebsd-ports-gnome-11baeac96b2cdb9032d512a584e7dcb38f586e41.zip |
Add another mirror into MASTER_SITES to make fetching easier.
Submitted by: bento
-rw-r--r-- | www/encompass/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/encompass/Makefile b/www/encompass/Makefile index 9ade3e19c5c3..e5ddf337de2c 100644 --- a/www/encompass/Makefile +++ b/www/encompass/Makefile @@ -8,7 +8,8 @@ PORTNAME= encompass PORTVERSION= 0.3.3 CATEGORIES= www gnome -MASTER_SITES= http://zephyr.webhop.net/encompass/ \ +MASTER_SITES= http://dobey.free.fr/encompass/ \ + http://zephyr.webhop.net/encompass/ \ ftp://ftp.one.net/pub/users/dobez/ MAINTAINER= sobomax@FreeBSD.org |