From b93ffaa1f4df731959b4e50ec213a09eb12c165e Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Mon, 10 Jun 2002 08:12:15 +0000 Subject: [PATCH] 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) --- net/gopher/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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