diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-03-10 21:31:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-03-10 21:31:15 +0000 |
commit | 839cf048402dcfbbeaa88ad79b40932ccd2197bf (patch) | |
tree | 47827d8a0a4d224043f30006605d40c748da3039 /editors/flim113-emacs20 | |
parent | f6318412d6acabef754c06b5a14db8a99e548c29 (diff) | |
download | ports-839cf048402dcfbbeaa88ad79b40932ccd2197bf.tar.gz ports-839cf048402dcfbbeaa88ad79b40932ccd2197bf.zip |
Chase emacs upgrade to 20.6.
Notes
Notes:
svn path=/head/; revision=26721
Diffstat (limited to 'editors/flim113-emacs20')
-rw-r--r-- | editors/flim113-emacs20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/flim113-emacs20/Makefile b/editors/flim113-emacs20/Makefile index 907654f39dfc..e59b12712ddd 100644 --- a/editors/flim113-emacs20/Makefile +++ b/editors/flim113-emacs20/Makefile @@ -16,7 +16,7 @@ MASTERDIR= ${.CURDIR}/../../editors/flim-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} |