MFH: r418312

bsd.emacs.mk: Fix EMACS_VER for emacs-devel after r416838.

The value did not match the one in editors/emacs-devel, so ports such as
textproc/markdown-mode.el would fail `make build/run-depends` since the wrong
binary name would be looked for.

Approved by:	ports-secteam (junovitch)
This commit is contained in:
Raphael Kubo da Costa 2016-07-10 17:47:48 +00:00
parent 56a9f9d23f
commit 9d5af65061
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2016Q3/; revision=418334

View file

@ -83,7 +83,7 @@ PLIST?= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME}
# Emacs-24.x (development version)
.elif (${EMACS_PORT_NAME} == "emacs-devel")
EMACS_NAME= emacs
EMACS_VER= 25.0.93
EMACS_VER= 25.0.95
EMACS_MAJOR_VER= 25
EMACS_LIBDIR?= share/${EMACS_NAME}
EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER}