From b2fd9f020df1d9d3fa710a4693a45e61342b48bc Mon Sep 17 00:00:00 2001 From: SADA Kenji Date: Wed, 18 Aug 1999 16:20:24 +0000 Subject: Make dependency to emacs binary as an absolute path. Remove needless ``site-lisp'' from load-path at startup-el.el . Submitted by: Shigeyuki Fukushima Approved by: maintainer --- mail/wanderlust-emacs/Makefile | 4 ++-- mail/wanderlust-emacs/files/wanderlust-startup.xemacs20.el.tmpl | 1 - mail/wanderlust/Makefile | 4 ++-- mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl | 1 - 4 files changed, 4 insertions(+), 6 deletions(-) (limited to 'mail') diff --git a/mail/wanderlust-emacs/Makefile b/mail/wanderlust-emacs/Makefile index dfde1e8c3504..3839ccd5b40d 100644 --- a/mail/wanderlust-emacs/Makefile +++ b/mail/wanderlust-emacs/Makefile @@ -3,7 +3,7 @@ # Date created: 7 Apr 1999 # Whom: MANTANI Nobutaka # -# $Id: Makefile,v 1.1.1.1 1999/06/23 19:54:50 sada Exp $ +# $Id: Makefile,v 1.2 1999/08/14 22:41:06 sada Exp $ # DISTNAME= wl-1.0.3 @@ -24,7 +24,7 @@ EMACS_VER= 19.34 EMACS_LIBDIR= share/emacs .endif -EMACS_CMD= ${EMACS_NAME}-${EMACS_VER} +EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} .if !defined(HAVE_COMMON_PORT) HAVE_COMMON_PORT= no diff --git a/mail/wanderlust-emacs/files/wanderlust-startup.xemacs20.el.tmpl b/mail/wanderlust-emacs/files/wanderlust-startup.xemacs20.el.tmpl index 6c427dc1ba10..63565c1bea6f 100644 --- a/mail/wanderlust-emacs/files/wanderlust-startup.xemacs20.el.tmpl +++ b/mail/wanderlust-emacs/files/wanderlust-startup.xemacs20.el.tmpl @@ -1,6 +1,5 @@ (autoload 'wl "wl" "Wanderlust" t) (autoload 'wl-draft "wl" "Write draft with Wanderlust." t) -(setq load-path (cons "%%PREFIX%%/%%EMACS_VER_LIBDIR%%/site-lisp/emu" load-path)) (load "browse-url") (load "mime-setup") (setq wl-icon-dir "%%PREFIX%%/%%EMACS_LIBDIR%%/etc/wanderlust") diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile index dfde1e8c3504..3839ccd5b40d 100644 --- a/mail/wanderlust/Makefile +++ b/mail/wanderlust/Makefile @@ -3,7 +3,7 @@ # Date created: 7 Apr 1999 # Whom: MANTANI Nobutaka # -# $Id: Makefile,v 1.1.1.1 1999/06/23 19:54:50 sada Exp $ +# $Id: Makefile,v 1.2 1999/08/14 22:41:06 sada Exp $ # DISTNAME= wl-1.0.3 @@ -24,7 +24,7 @@ EMACS_VER= 19.34 EMACS_LIBDIR= share/emacs .endif -EMACS_CMD= ${EMACS_NAME}-${EMACS_VER} +EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} .if !defined(HAVE_COMMON_PORT) HAVE_COMMON_PORT= no diff --git a/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl b/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl index 6c427dc1ba10..63565c1bea6f 100644 --- a/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl +++ b/mail/wanderlust/files/wanderlust-startup.xemacs20.el.tmpl @@ -1,6 +1,5 @@ (autoload 'wl "wl" "Wanderlust" t) (autoload 'wl-draft "wl" "Write draft with Wanderlust." t) -(setq load-path (cons "%%PREFIX%%/%%EMACS_VER_LIBDIR%%/site-lisp/emu" load-path)) (load "browse-url") (load "mime-setup") (setq wl-icon-dir "%%PREFIX%%/%%EMACS_LIBDIR%%/etc/wanderlust") -- cgit v1.2.3