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/wemi-emacs20-current | |
parent | 72900d13b04bd75df97d1369dd4bb4424ce0e162 (diff) | |
download | FreeBSD-ports-9d7a1c7daced71b2a69b33292849179d13ba0e4a.zip FreeBSD-ports-9d7a1c7daced71b2a69b33292849179d13ba0e4a.tar.gz |
EMACS_VER should now be 20.7.
Diffstat (limited to 'editors/wemi-emacs20-current')
-rw-r--r-- | editors/wemi-emacs20-current/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/wemi-emacs20-current/Makefile b/editors/wemi-emacs20-current/Makefile index 5d8fcd2..61bf9ad 100644 --- a/editors/wemi-emacs20-current/Makefile +++ b/editors/wemi-emacs20-current/Makefile @@ -15,7 +15,7 @@ MASTERDIR= ${.CURDIR}/../../editors/wemi-emacs-current # emacs port setup EMACS_NAME= emacs EMACS_PORT= emacs20 -EMACS_VER= 20.6 +EMACS_VER= 20.7 EMACS_LIBDIR= share/${EMACS_NAME} EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER} |