diff options
author | shige <shige@FreeBSD.org> | 1999-10-14 15:11:02 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-10-14 15:11:02 +0000 |
commit | f3dea66e73e423fd7f29fe89a2b220e27394e151 (patch) | |
tree | f6de0d89c75063ec92c706d58fc154b5439af71b /editors/flim | |
parent | af9024d4b72aaa73adb803fa5c1b6f048bd95252 (diff) | |
download | FreeBSD-ports-f3dea66e73e423fd7f29fe89a2b220e27394e151.zip FreeBSD-ports-f3dea66e73e423fd7f29fe89a2b220e27394e151.tar.gz |
Fix an unfetchable problem.
Diffstat (limited to 'editors/flim')
-rw-r--r-- | editors/flim/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/flim/Makefile b/editors/flim/Makefile index b1550f4..fd1f4ef 100644 --- a/editors/flim/Makefile +++ b/editors/flim/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 |