aboutsummaryrefslogtreecommitdiffstats
path: root/editors/apel-emacs20
diff options
context:
space:
mode:
authorshige <shige@FreeBSD.org>2000-01-04 19:32:27 +0800
committershige <shige@FreeBSD.org>2000-01-04 19:32:27 +0800
commit3d1437984802aa3ce5f441c8c8503603293fbead (patch)
treed58b278b7917dce2237ab7a6c37d772656e0ce7e /editors/apel-emacs20
parentc98928ee3d9dc2b81774fce415dda40efa8f4a5d (diff)
downloadfreebsd-ports-gnome-3d1437984802aa3ce5f441c8c8503603293fbead.tar.gz
freebsd-ports-gnome-3d1437984802aa3ce5f441c8c8503603293fbead.tar.zst
freebsd-ports-gnome-3d1437984802aa3ce5f441c8c8503603293fbead.zip
Update to 20.5.
Diffstat (limited to 'editors/apel-emacs20')
-rw-r--r--editors/apel-emacs20/Makefile2
-rw-r--r--editors/apel-emacs20/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/apel-emacs20/Makefile b/editors/apel-emacs20/Makefile
index 4d84f581fea3..2d1f9e4785ec 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.4
+EMACS_VER= 20.5
EMACS_LIBDIR= share/${EMACS_NAME}
EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER}
diff --git a/editors/apel-emacs20/pkg-descr b/editors/apel-emacs20/pkg-descr
index 54cfaba9b16a..292bf8fda9a4 100644
--- a/editors/apel-emacs20/pkg-descr
+++ b/editors/apel-emacs20/pkg-descr
@@ -27,6 +27,6 @@ APEL is programed by MORIOKA Tomohiko <tomo@m17n.org>.
APEL is installed the following directory tree:
${PREFIX}/share/emacs/site-lisp/apel/ --- apel
- ${PREFIX}/share/emacs/20.4/site-lisp/emu/ --- emu
+ ${PREFIX}/share/emacs/20.5/site-lisp/emu/ --- emu
--- Porting by shige <shige@FreeBSD.ORG>.