diff options
author | shige <shige@FreeBSD.org> | 2000-01-20 00:37:22 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-01-20 00:37:22 +0800 |
commit | 34875f0f643ff91706e0be46ecd35026e21b9353 (patch) | |
tree | d1d0714aae95843188293589dfef6a2bd2ac3db7 /mail/wanderlust-xemacs20 | |
parent | 52c214f93fba9f6a2322767f87e4649772ac5683 (diff) | |
download | freebsd-ports-gnome-34875f0f643ff91706e0be46ecd35026e21b9353.tar.gz freebsd-ports-gnome-34875f0f643ff91706e0be46ecd35026e21b9353.tar.zst freebsd-ports-gnome-34875f0f643ff91706e0be46ecd35026e21b9353.zip |
Remove unused variable EMACS_VER_LIBDIR.
PR: ports/16192
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Diffstat (limited to 'mail/wanderlust-xemacs20')
-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> |