diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-19 16:37:22 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-19 16:37:22 +0000 |
commit | 0e209d443c711e46bcd9f81519eb9a5e41f089e5 (patch) | |
tree | 4baca7bafdec3e1af2c762e6dab1c95add16cad9 | |
parent | Add variable EMACS_LIBDIR_WITH_VER. (diff) |
Remove unused variable EMACS_VER_LIBDIR.
PR: ports/16192
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Notes
Notes:
svn path=/head/; revision=24839
-rw-r--r-- | mail/wanderlust-xemacs20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/wanderlust-xemacs20/Makefile b/mail/wanderlust-xemacs20/Makefile index 8c711c3ba6a1..7271af899d35 100644 --- a/mail/wanderlust-xemacs20/Makefile +++ b/mail/wanderlust-xemacs20/Makefile @@ -14,7 +14,7 @@ EMACS_NAME= xemacs EMACS_PORT= xemacs20 EMACS_VER= 20.4 EMACS_LIBDIR= lib/xemacs -EMACS_VER_LIBDIR= lib/xemacs-20.4 + IS_SLAVE= yes .include <${MASTERDIR}/Makefile> |