diff options
author | asami <asami@FreeBSD.org> | 1999-02-03 18:36:21 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-02-03 18:36:21 +0800 |
commit | 1df0dc15ca214404009662489ca472799231aa0c (patch) | |
tree | 70d1a2cac8e7c55fb037d75f1912d3a06af87f49 /editors | |
parent | 9a66347052c737ef4f1605e2737cf879411e663d (diff) | |
download | freebsd-ports-graphics-1df0dc15ca214404009662489ca472799231aa0c.tar.gz freebsd-ports-graphics-1df0dc15ca214404009662489ca472799231aa0c.tar.zst freebsd-ports-graphics-1df0dc15ca214404009662489ca472799231aa0c.zip |
Fix typo in previous commit.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/wemi-emacs20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/wemi-emacs20/Makefile b/editors/wemi-emacs20/Makefile index 9d6ac40a644..0ce7ecfd9ae 100644 --- a/editors/wemi-emacs20/Makefile +++ b/editors/wemi-emacs20/Makefile @@ -3,12 +3,12 @@ # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1999/01/18 04:05:05 steve Exp $ +# $Id: Makefile,v 1.2 1999/01/28 13:12:47 asami Exp $ # DISTNAME= wemi-${WEMI_VER} CATEGORIES= editors elisps -MASTER_SITES= MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/elisp/semi/semi-1.08-for-flim-1.9/ +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 |