diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 1999-10-24 19:59:11 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 1999-10-24 19:59:11 +0000 |
commit | 97d7f6703179db7dbbb6cbc0fd02bcc56a75cb9e (patch) | |
tree | ce36dc51e408f9b8b41dd24f0a2f80cb77816ff1 | |
parent | 4deddde6f6997ecefc4a8c89373915d7b14a5a32 (diff) | |
download | freebsd-ports-97d7f6703179db7dbbb6cbc0fd02bcc56a75cb9e.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).
-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} |