diff options
author | asami <asami@FreeBSD.org> | 1999-01-28 18:14:28 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-28 18:14:28 +0800 |
commit | 4801a05fcdaac4a4444479706101428333f27d28 (patch) | |
tree | 3a9b80434814bcc2c628c0d68677b7204ba3db93 | |
parent | c3d011d125be51a0bbf25c76bf59a821353b8927 (diff) | |
download | freebsd-ports-gnome-4801a05fcdaac4a4444479706101428333f27d28.tar.gz freebsd-ports-gnome-4801a05fcdaac4a4444479706101428333f27d28.tar.zst freebsd-ports-gnome-4801a05fcdaac4a4444479706101428333f27d28.zip |
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 |