diff options
author | asami <asami@FreeBSD.org> | 2000-03-10 21:31:15 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-03-10 21:31:15 +0000 |
commit | fa22e0203b094fea512250ff1e865f3dc4e459e5 (patch) | |
tree | 8122eb0ae1bb42e8137d5dd7db02c7f4b2d634af /editors/apel-emacs20 | |
parent | 241788de8ae0d2b9805ba4e319ec77196db1cb1f (diff) | |
download | FreeBSD-ports-fa22e0203b094fea512250ff1e865f3dc4e459e5.zip FreeBSD-ports-fa22e0203b094fea512250ff1e865f3dc4e459e5.tar.gz |
Chase emacs upgrade to 20.6.
Diffstat (limited to 'editors/apel-emacs20')
-rw-r--r-- | editors/apel-emacs20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/apel-emacs20/Makefile b/editors/apel-emacs20/Makefile index 2d1f9e4..8b4232a 100644 --- a/editors/apel-emacs20/Makefile +++ b/editors/apel-emacs20/Makefile @@ -16,7 +16,7 @@ MASTERDIR= ${.CURDIR}/../../editors/apel-emacs # 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} |