diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-05-08 13:13:16 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-05-08 13:13:16 +0000 |
commit | 93a0670f385e9ac8d800d8aaa06875c1212a6d00 (patch) | |
tree | 18903a1350e0fda4e1f1e3da2a282e293991a48b /mail/mew-xemacs | |
parent | 1) Change values of EMACS_PORT_NAME variables for emacs-19.x, mule-19.x, (diff) |
I'm sorry that the previous change for EMACS_PORT_NAME is a mistake.
Fix values of these variables.
Notes
Notes:
svn path=/head/; revision=28366
Diffstat (limited to 'mail/mew-xemacs')
-rw-r--r-- | mail/mew-xemacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mew-xemacs/Makefile b/mail/mew-xemacs/Makefile index 2840d6dd0cda..540461dfee5a 100644 --- a/mail/mew-xemacs/Makefile +++ b/mail/mew-xemacs/Makefile @@ -5,6 +5,6 @@ # $FreeBSD$ # -EMACS_PORT_NAME= xemacs19 +EMACS_PORT_NAME= xemacs .include "${.CURDIR}/../mew/Makefile" |