diff options
author | trevor <trevor@FreeBSD.org> | 2002-06-10 16:12:15 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-06-10 16:12:15 +0800 |
commit | 17f7a5cc5ec098c2860ae179134f80aab56ec9a8 (patch) | |
tree | a54a1b5f98eb8287e85a3bb994bf36bd5bd06029 /net | |
parent | d95dd37d83cb5f174e6d017fe6bc9154ebed7fbc (diff) | |
download | freebsd-ports-gnome-17f7a5cc5ec098c2860ae179134f80aab56ec9a8.tar.gz freebsd-ports-gnome-17f7a5cc5ec098c2860ae179134f80aab56ec9a8.tar.zst freebsd-ports-gnome-17f7a5cc5ec098c2860ae179134f80aab56ec9a8.zip |
Add another master site, so people whose firewalls block port 70
(oh, the humanity!) can still use this program on their internal
networks.
PR: 39088
Submitted by: Erwin Lansing (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/gopher/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gopher/Makefile b/net/gopher/Makefile index c0e666f7bb8e..b2d9ecd14cfc 100644 --- a/net/gopher/Makefile +++ b/net/gopher/Makefile @@ -8,7 +8,8 @@ PORTNAME= gopher PORTVERSION= 3.0.5 CATEGORIES= net -MASTER_SITES= http://gopher.quux.org:70/give-me-gopher/ +MASTER_SITES= http://gopher.quux.org:70/give-me-gopher/ \ + http://dl.droso.net/ports/ MAINTAINER= erwin@lansing.dk |