diff options
author | edwin <edwin@FreeBSD.org> | 2002-12-28 03:10:30 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-12-28 03:10:30 +0000 |
commit | 95f7de3063f8ec64be5347d481d882a01a51e8ee (patch) | |
tree | 352e7744b8d4b6d9e68d284f150134e3073fcd7a /archivers | |
parent | c1314a03a155d2ba6dae6bcb20fecc413def22b1 (diff) | |
download | FreeBSD-ports-95f7de3063f8ec64be5347d481d882a01a51e8ee.zip FreeBSD-ports-95f7de3063f8ec64be5347d481d882a01a51e8ee.tar.gz |
Removed unreachable ftp-site.
Noticed by: portvurvey.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lha/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 492af39..f75b9fa 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -8,8 +8,7 @@ PORTNAME= lha PORTVERSION= 1.14i CATEGORIES= archivers -MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ \ - ftp://ftp.win.ne.jp/pub/misc/ +MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} MAINTAINER= ache@FreeBSD.org |