diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-10 01:11:50 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-10 01:11:50 +0000 |
commit | 853e9b074518bae35c8cd25d69fd453c94a6d643 (patch) | |
tree | 43ad2eb6455d21164c426c0c82b2a149c2f9aa9f /editors/psgml-emacs20 | |
parent | 5706f4d98cefecb4bb2778a82c58c2318d017bb0 (diff) | |
download | ports-853e9b074518bae35c8cd25d69fd453c94a6d643.tar.gz ports-853e9b074518bae35c8cd25d69fd453c94a6d643.zip |
EMACS_VER should now be 20.7.
Notes
Notes:
svn path=/head/; revision=30382
Diffstat (limited to 'editors/psgml-emacs20')
-rw-r--r-- | editors/psgml-emacs20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/psgml-emacs20/Makefile b/editors/psgml-emacs20/Makefile index 793006bfbe79..0eca963c251f 100644 --- a/editors/psgml-emacs20/Makefile +++ b/editors/psgml-emacs20/Makefile @@ -15,7 +15,7 @@ MASTERDIR= ${.CURDIR}/../psgml-emacs # emacs port setup EMACS_NAME= emacs EMACS_PORT= emacs20 -EMACS_VER= 20.6 +EMACS_VER= 20.7 EMACS_LIBDIR= share/${EMACS_NAME} # pkg/* files are used in ${.CURDIR} |