diff options
author | shige <shige@FreeBSD.org> | 1999-09-11 04:54:17 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-09-11 04:54:17 +0800 |
commit | 798249ecbabc0b9be0c98f2fdb30570eaa0d8e82 (patch) | |
tree | 95dd8fe6b7bbb962d8ee931cf90d0e0d09ac8130 /mail/wanderlust-xemacs21-mule | |
parent | 56698d6be60bffc4cd9a75ef42a2282b89791c93 (diff) | |
download | freebsd-ports-gnome-798249ecbabc0b9be0c98f2fdb30570eaa0d8e82.tar.gz freebsd-ports-gnome-798249ecbabc0b9be0c98f2fdb30570eaa0d8e82.tar.zst freebsd-ports-gnome-798249ecbabc0b9be0c98f2fdb30570eaa0d8e82.zip |
Fix for xemacs-21.1.6.
Diffstat (limited to 'mail/wanderlust-xemacs21-mule')
-rw-r--r-- | mail/wanderlust-xemacs21-mule/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/wanderlust-xemacs21-mule/Makefile b/mail/wanderlust-xemacs21-mule/Makefile index 74edfe66288a..c7f64b92f59e 100644 --- a/mail/wanderlust-xemacs21-mule/Makefile +++ b/mail/wanderlust-xemacs21-mule/Makefile @@ -14,8 +14,9 @@ EMACS_NAME= xemacs EMACS_PORT= xemacs-mule EMACS_VER= 21.1.6 MULE_VER= 21.1.6 -EMACS_LIBDIR= lib/xemacs-21.1.6 -EMACS_VER_LIBDIR= lib/xemacs-21.1.6 +EMACS_LIBDIR= lib/xemacs +EMACS_VER_LIBDIR= lib/xemacs +EMACS_PACKAGESDIR= lib/${EMACS_NAME}/${EMACS_NAME}-packages HAVE_COMMON_PORT= yes |