mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Make dependency to emacs binary as an absolute path.
Remove needless ``site-lisp'' from load-path at startup-el.el . Submitted by: Shigeyuki Fukushima <shige@FreeBSD.org> Approved by: maintainer
This commit is contained in:
parent
d2eba1ae2e
commit
b2fd9f020d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20785
@ -3,7 +3,7 @@
|
|||||||
# Date created: 7 Apr 1999
|
# Date created: 7 Apr 1999
|
||||||
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
||||||
#
|
#
|
||||||
# $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
|
DISTNAME= wl-1.0.3
|
||||||
@ -24,7 +24,7 @@ EMACS_VER= 19.34
|
|||||||
EMACS_LIBDIR= share/emacs
|
EMACS_LIBDIR= share/emacs
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
EMACS_CMD= ${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
|
|
||||||
.if !defined(HAVE_COMMON_PORT)
|
.if !defined(HAVE_COMMON_PORT)
|
||||||
HAVE_COMMON_PORT= no
|
HAVE_COMMON_PORT= no
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
(autoload 'wl "wl" "Wanderlust" t)
|
(autoload 'wl "wl" "Wanderlust" t)
|
||||||
(autoload 'wl-draft "wl" "Write draft with 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 "browse-url")
|
||||||
(load "mime-setup")
|
(load "mime-setup")
|
||||||
(setq wl-icon-dir "%%PREFIX%%/%%EMACS_LIBDIR%%/etc/wanderlust")
|
(setq wl-icon-dir "%%PREFIX%%/%%EMACS_LIBDIR%%/etc/wanderlust")
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Date created: 7 Apr 1999
|
# Date created: 7 Apr 1999
|
||||||
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
||||||
#
|
#
|
||||||
# $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
|
DISTNAME= wl-1.0.3
|
||||||
@ -24,7 +24,7 @@ EMACS_VER= 19.34
|
|||||||
EMACS_LIBDIR= share/emacs
|
EMACS_LIBDIR= share/emacs
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
EMACS_CMD= ${EMACS_NAME}-${EMACS_VER}
|
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
|
||||||
|
|
||||||
.if !defined(HAVE_COMMON_PORT)
|
.if !defined(HAVE_COMMON_PORT)
|
||||||
HAVE_COMMON_PORT= no
|
HAVE_COMMON_PORT= no
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
(autoload 'wl "wl" "Wanderlust" t)
|
(autoload 'wl "wl" "Wanderlust" t)
|
||||||
(autoload 'wl-draft "wl" "Write draft with 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 "browse-url")
|
||||||
(load "mime-setup")
|
(load "mime-setup")
|
||||||
(setq wl-icon-dir "%%PREFIX%%/%%EMACS_LIBDIR%%/etc/wanderlust")
|
(setq wl-icon-dir "%%PREFIX%%/%%EMACS_LIBDIR%%/etc/wanderlust")
|
||||||
|
Loading…
Reference in New Issue
Block a user