diff options
author | beech <beech@FreeBSD.org> | 2008-12-09 05:10:35 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-12-09 05:10:35 +0800 |
commit | 5ba428869b40d341209162d424a4a6ce44d16ab9 (patch) | |
tree | 6b1950a83f7acd2b7ea8678820202891607fa18f /ftp/bsdftpd-ssl | |
parent | 308f6b21c356e52de9dc7d16d2b36d48e185bf36 (diff) | |
download | freebsd-ports-gnome-5ba428869b40d341209162d424a4a6ce44d16ab9.tar.gz freebsd-ports-gnome-5ba428869b40d341209162d424a4a6ce44d16ab9.tar.zst freebsd-ports-gnome-5ba428869b40d341209162d424a4a6ce44d16ab9.zip |
- Fix MASTER_SITES (make fetchable)
PR: ports/129443
Submitted by: Alexander Kirpa <freebsd-bug@kirpa.com>
Approved by: Nick Leuta <skynick@mail.sc.ru> (maintainer)
Diffstat (limited to 'ftp/bsdftpd-ssl')
-rw-r--r-- | ftp/bsdftpd-ssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |