From a268ff1e2bc21c2b7377de95cfca6f8e449dacd9 Mon Sep 17 00:00:00 2001 From: Beech Rintoul Date: Mon, 8 Dec 2008 21:10:35 +0000 Subject: [PATCH] - Fix MASTER_SITES (make fetchable) PR: ports/129443 Submitted by: Alexander Kirpa Approved by: Nick Leuta (maintainer) --- ftp/bsdftpd-ssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftp/bsdftpd-ssl/Makefile b/ftp/bsdftpd-ssl/Makefile index b0b9fa0f5c76..3d8a44b9ffef 100644 --- a/ftp/bsdftpd-ssl/Makefile +++ b/ftp/bsdftpd-ssl/Makefile @@ -9,7 +9,7 @@ PORTNAME= bsdftpd-ssl PORTVERSION= 1.1.0 PORTREVISION= 1 CATEGORIES= ftp -MASTER_SITES= http://bsdftpd-ssl.sc.ru/files/bsdftpd-ssl/archive/1.1/src/ +MASTER_SITES= http://bsdftpd.org/files/bsdftpd-ssl/archive/1.1/src/ DISTNAME= bsdftpd-ssl-${PORTVERSION} MAINTAINER= skynick@mail.sc.ru