diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-03 10:36:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-03 10:36:21 +0000 |
commit | c88f395ea9d2481bd14b3606524175349643b8c8 (patch) | |
tree | 128f77ce1c9092bc8a9610efd3e92492b2b8d96c | |
parent | LIB_DEPENDS to xpm. (diff) |
Fix typo in previous commit.
Notes
Notes:
svn path=/head/; revision=16514
-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 9d6ac40a644b..0ce7ecfd9aea 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 |