diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-08-09 11:27:16 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-08-09 11:27:16 +0000 |
commit | 485bae48b4b1caeb5266cd093a02c5fbb92cee16 (patch) | |
tree | db1d8c4b932ed64e54180a34948469721bfe91bd /editors/psgml-emacs20/Makefile | |
parent | Update to 20.4. (diff) |
Catching up to emacs-20.4.
Diffstat (limited to '')
-rw-r--r-- | editors/psgml-emacs20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/psgml-emacs20/Makefile b/editors/psgml-emacs20/Makefile index 1b38431c8b61..19a74bc5a4dd 100644 --- a/editors/psgml-emacs20/Makefile +++ b/editors/psgml-emacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 23 January 1999 # Whom: shige # -# $Id: Makefile,v 1.1.1.1 1999/02/12 15:44:04 kuriyama Exp $ +# $Id: Makefile,v 1.2 1999/03/01 09:37:36 shige Exp $ # MAINTAINER= shige@FreeBSD.ORG @@ -16,7 +16,7 @@ MASTERDIR= ${.CURDIR}/../psgml-emacs # emacs port setup EMACS_NAME= emacs EMACS_PORT= emacs20 -EMACS_VER= 20.3 +EMACS_VER= 20.4 EMACS_LIBDIR= share/${EMACS_NAME} # pkg/* files are used in ${.CURDIR} |