diff options
author | shige <shige@FreeBSD.org> | 1999-10-14 23:11:02 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-10-14 23:11:02 +0800 |
commit | f3dea66e73e423fd7f29fe89a2b220e27394e151 (patch) | |
tree | f6de0d89c75063ec92c706d58fc154b5439af71b /editors/flim113 | |
parent | af9024d4b72aaa73adb803fa5c1b6f048bd95252 (diff) | |
download | freebsd-ports-gnome-f3dea66e73e423fd7f29fe89a2b220e27394e151.tar.gz freebsd-ports-gnome-f3dea66e73e423fd7f29fe89a2b220e27394e151.tar.zst freebsd-ports-gnome-f3dea66e73e423fd7f29fe89a2b220e27394e151.zip |
Fix an unfetchable problem.
Diffstat (limited to 'editors/flim113')
-rw-r--r-- | editors/flim113/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/flim113/Makefile b/editors/flim113/Makefile index b1550f45c2fa..fd1f4ef4f507 100644 --- a/editors/flim113/Makefile +++ b/editors/flim113/Makefile @@ -8,10 +8,10 @@ DISTNAME= flim-${FLIM_VER} CATEGORIES= editors elisp -MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/flim/flim-1.12/ \ - ftp://ftp.media.kyoto-u.ac.jp/pub/mule/flim/flim-1.12/ \ - ftp://ftp.win.or.jp/pub/word/mule/flim/flim-1.12/ \ - ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.12/ +MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/flim/flim-1.13/ \ + ftp://ftp.media.kyoto-u.ac.jp/pub/mule/flim/flim-1.13/ \ + ftp://ftp.win.or.jp/pub/word/mule/flim/flim-1.13/ \ + ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.13/ MAINTAINER?= shige@FreeBSD.org PORTCLASS?= master |