diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-10-14 17:39:23 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-10-14 17:39:23 +0000 |
commit | 42dd7f695fdc7eaadc64698588d8d05fda0fe436 (patch) | |
tree | f6e6df2599d0265b77755f79aa4e8c33b488981e /editors/semi113 | |
parent | Fix semi-elisp compile problem. (diff) |
Fix unfetchable problem.
Diffstat (limited to 'editors/semi113')
-rw-r--r-- | editors/semi113/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/semi113/Makefile b/editors/semi113/Makefile index fb9724c4e0d1..0d63c3c3bc19 100644 --- a/editors/semi113/Makefile +++ b/editors/semi113/Makefile @@ -8,10 +8,10 @@ DISTNAME= semi-${SEMI_VER} CATEGORIES= editors elisp -MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.13-for-flim-1.12/ \ - ftp://ftp.media.kyoto-u.ac.jp/pub/mule/semi/semi-1.13-for-flim-1.12/ \ - ftp://ftp.win.or.jp/pub/word/mule/semi/semi-1.13-for-flim-1.12/ \ - ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/semi/semi-1.13-for-flim-1.12/ +MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \ + ftp://ftp.media.kyoto-u.ac.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \ + ftp://ftp.win.or.jp/pub/word/mule/semi/semi-1.13-for-flim-1.13/ \ + ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/semi/semi-1.13-for-flim-1.13/ MAINTAINER?= shige@FreeBSD.org |