diff options
author | asami <asami@FreeBSD.org> | 1999-01-28 10:14:28 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-28 10:14:28 +0000 |
commit | 4801a05fcdaac4a4444479706101428333f27d28 (patch) | |
tree | 3a9b80434814bcc2c628c0d68677b7204ba3db93 /editors/flim-emacs20 | |
parent | c3d011d125be51a0bbf25c76bf59a821353b8927 (diff) | |
download | FreeBSD-ports-4801a05fcdaac4a4444479706101428333f27d28.zip FreeBSD-ports-4801a05fcdaac4a4444479706101428333f27d28.tar.gz |
Fetch files from correct place.
Submitted by: maintainer
Diffstat (limited to 'editors/flim-emacs20')
-rw-r--r-- | editors/flim-emacs20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/flim-emacs20/Makefile b/editors/flim-emacs20/Makefile index 74533c2..27a5ced 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 |