diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-02-17 12:44:26 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-02-17 12:44:26 +0000 |
commit | ccead22bbad48ad9158315cb661b038f9801fa49 (patch) | |
tree | f893190de40111140a5082c413db479877835b43 /editors/semi-emacs20-current | |
parent | d269cc662b82c92b2e91ba8489b87b5b19cc285e (diff) |
Category name of elisp ports is "elisp". (not "elisps")
Notes
Notes:
svn path=/head/; revision=16746
Diffstat (limited to 'editors/semi-emacs20-current')
-rw-r--r-- | editors/semi-emacs20-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/semi-emacs20-current/Makefile b/editors/semi-emacs20-current/Makefile index c74ca69b70f2..fc47cb4782bf 100644 --- a/editors/semi-emacs20-current/Makefile +++ b/editors/semi-emacs20-current/Makefile @@ -3,11 +3,11 @@ # 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 04:02:48 steve Exp $ # DISTNAME= semi-${SEMI_VER} -CATEGORIES= editors elisps +CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/elisp/semi/semi-current/ MAINTAINER?= shige@kuis.kyoto-u.ac.jp |