diff options
author | steve <steve@FreeBSD.org> | 2000-07-10 01:11:50 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-10 01:11:50 +0000 |
commit | 9d7a1c7daced71b2a69b33292849179d13ba0e4a (patch) | |
tree | c5446a2abed65bca425945874f3f61bb096268ac /editors/psgml-emacs20 | |
parent | 72900d13b04bd75df97d1369dd4bb4424ce0e162 (diff) | |
download | FreeBSD-ports-9d7a1c7daced71b2a69b33292849179d13ba0e4a.zip FreeBSD-ports-9d7a1c7daced71b2a69b33292849179d13ba0e4a.tar.gz |
EMACS_VER should now be 20.7.
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 793006b..0eca963 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} |