diff options
author | gj <gj@FreeBSD.org> | 1999-10-25 03:59:11 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 1999-10-25 03:59:11 +0800 |
commit | 6de382bc43d6dc95699107dc8cf285b52e18ef70 (patch) | |
tree | 99c2a870cdfc067247633a4e3fd026b893c2b034 /mail | |
parent | cfb4b8e2023b2bc4b551d7129e65e1b7e5674b47 (diff) | |
download | freebsd-ports-gnome-6de382bc43d6dc95699107dc8cf285b52e18ef70.tar.gz freebsd-ports-gnome-6de382bc43d6dc95699107dc8cf285b52e18ef70.tar.zst freebsd-ports-gnome-6de382bc43d6dc95699107dc8cf285b52e18ef70.zip |
Modify EMACS_VER for xemacs21 to reflect my recent update of
xemacs21 to version 21.1.7.
As Satoshi wrote:
You are allowed to change other peoples' ports if they are affected by
your change, Gary. :) (in re a comment in the commit message).
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mew/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index f363fa061911..ba3c8a4d0feb 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -108,7 +108,7 @@ EMACS_LISPDIR= ${EMACS_LIBDIR}/lisp EMACS_INFODIR= ${EMACS_LIBDIR}/info .elif (${EMACS_PORT_NAME} == "xemacs21") EMACS_NAME= xemacs -EMACS_VER= 21.1-p2 +EMACS_VER= 21.1.7 EMACS_MAJOR_VER= 21 EMACS_CMD= ${EMACS_NAME}-${EMACS_VER} EMACS_LIBDIR= lib/${EMACS_NAME} |