diff options
author | taca <taca@pkgsrc.org> | 2005-12-19 16:09:57 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-12-19 16:09:57 +0000 |
commit | b7e0b9fdbc3573da7fcd6a6c6ab3c95ec5b4512e (patch) | |
tree | a084bdbc76a377a7abcac5336652f886714a3d6a /editors | |
parent | dbcb9b494198479ebe69ff739a268313b1582a3e (diff) | |
download | pkgsrc-b7e0b9fdbc3573da7fcd6a6c6ab3c95ec5b4512e.tar.gz |
Update MASTER_SITES; ftp.foretune.co.jp's URL update and added official
site (ftp.sleepycat.com).
This should fix the situation reported by PR pkg/32263 by yamt@.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nvi-m17n/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index 8a902256bff..db58c71859a 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.34 2005/12/05 19:44:01 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2005/12/19 16:09:57 taca Exp $ DISTNAME= nvi-1.79 PKGNAME= nvi-m17n-1.79.20040401 PKGREVISION= 1 CATEGORIES= editors -MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ +MASTER_SITES= ftp://ftp.sleepycat.com/pub/ \ + ftp://ftp.foretune.co.jp/pub/tools/nvi/ PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ PATCHFILES= nvi-1.79.m17n-20040401.diff.gz |