diff options
author | linimon <linimon@FreeBSD.org> | 2005-10-03 15:13:27 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-10-03 15:13:27 +0800 |
commit | f1ae02b33e68ac8f821bde5aaa705cf883eb6f19 (patch) | |
tree | 39d44ca01daea8659ee655eacb61472a0e10de8e /www | |
parent | edb49b7fc2be292cb09e62f0b57124785b36f65c (diff) | |
download | freebsd-ports-gnome-f1ae02b33e68ac8f821bde5aaa705cf883eb6f19.tar.gz freebsd-ports-gnome-f1ae02b33e68ac8f821bde5aaa705cf883eb6f19.tar.zst freebsd-ports-gnome-f1ae02b33e68ac8f821bde5aaa705cf883eb6f19.zip |
Use MASTER_SITE_NETBSD to fix fetching problems.
Source: distfile survey
Diffstat (limited to 'www')
-rw-r--r-- | www/surfraw/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/surfraw/Makefile b/www/surfraw/Makefile index 8ce0b4b3f667..6802fe0cfc51 100644 --- a/www/surfraw/Makefile +++ b/www/surfraw/Makefile @@ -7,8 +7,7 @@ PORTNAME= surfraw PORTVERSION= 1.0.7 CATEGORIES= www -MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/proff/ \ - ftp://ftp.funet.fi/pub/NetBSD/misc/proff/ +MASTER_SITES= ${MASTER_SITE_NETBSD} MAINTAINER= ports@FreeBSD.org COMMENT= Command line interface to popular WWW search engines |