diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-28 10:14:28 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-28 10:14:28 +0000 |
| commit | f66f202758953296deaf678abdaf5127bfe6ab32 (patch) | |
| tree | 255d54812eebe6991201802b7f13044e85c680e2 | |
| parent | c4d11b199b720fdf468cd4fc105e54181d649d99 (diff) | |
Fetch files from correct place.
Submitted by: maintainer
| -rw-r--r-- | editors/flim-emacs20/Makefile | 4 | ||||
| -rw-r--r-- | editors/semi-emacs20/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/flim-emacs20/Makefile b/editors/flim-emacs20/Makefile index 74533c262c71..27a5ced6a79f 100644 --- a/editors/flim-emacs20/Makefile +++ b/editors/flim-emacs20/Makefile @@ -3,13 +3,13 @@ # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1999/01/16 01:33:59 kuriyama Exp $ +# $Id: Makefile,v 1.2 1999/01/18 02:33:02 steve Exp $ # DISTNAME= flim-${FLIM_VER} PKGNAME= flim-${EMACS_PORT}-${FLIM_VER} CATEGORIES= editors elisp -MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/elisp/flim/flim-stable/ +MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/elisp/flim/flim-1.09/ MAINTAINER= shige@kuis.kyoto-u.ac.jp diff --git a/editors/semi-emacs20/Makefile b/editors/semi-emacs20/Makefile index 23aeb18bae9a..6fe21ea6e558 100644 --- a/editors/semi-emacs20/Makefile +++ b/editors/semi-emacs20/Makefile @@ -3,12 +3,12 @@ # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/01/18 03:56:35 steve Exp $ # DISTNAME= semi-${SEMI_VER} CATEGORIES= editors elisps -MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/elisp/semi/semi-stable/ +MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/elisp/semi/semi-1.08-for-flim-1.9/ MAINTAINER?= shige@kuis.kyoto-u.ac.jp |
