diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-03-11 05:31:15 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-03-11 05:31:15 +0800 |
commit | 839cf048402dcfbbeaa88ad79b40932ccd2197bf (patch) | |
tree | 47827d8a0a4d224043f30006605d40c748da3039 /editors/semi-emacs20-current | |
parent | f6318412d6acabef754c06b5a14db8a99e548c29 (diff) | |
download | freebsd-ports-gnome-839cf048402dcfbbeaa88ad79b40932ccd2197bf.tar.gz freebsd-ports-gnome-839cf048402dcfbbeaa88ad79b40932ccd2197bf.tar.zst freebsd-ports-gnome-839cf048402dcfbbeaa88ad79b40932ccd2197bf.zip |
Chase emacs upgrade to 20.6.
Diffstat (limited to 'editors/semi-emacs20-current')
-rw-r--r-- | editors/semi-emacs20-current/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/semi-emacs20-current/Makefile b/editors/semi-emacs20-current/Makefile index 3e74416347d4..46bdae0a6baa 100644 --- a/editors/semi-emacs20-current/Makefile +++ b/editors/semi-emacs20-current/Makefile @@ -16,7 +16,7 @@ MASTERDIR= ${.CURDIR}/../../editors/semi-emacs-current # emacs port setup EMACS_NAME= emacs EMACS_PORT= emacs20 -EMACS_VER= 20.5 +EMACS_VER= 20.6 EMACS_LIBDIR= share/${EMACS_NAME} EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER} |