diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-01-11 16:59:30 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-01-11 16:59:30 +0000 |
commit | 0b3819672c0a409d09488d6d3fe7659216fc3c70 (patch) | |
tree | 0824877dcd07b0046c0e85a22fd0d95366eec085 /mail/wanderlust | |
parent | e3e539b35800cf830f9a13e63f91a627cd7ab30c (diff) | |
download | ports-0b3819672c0a409d09488d6d3fe7659216fc3c70.tar.gz ports-0b3819672c0a409d09488d6d3fe7659216fc3c70.zip |
Install elmo-shimbun.el regardless of existence of emacs-w3m.
Suggested by: yoichi
Notes
Notes:
svn path=/head/; revision=72912
Diffstat (limited to 'mail/wanderlust')
-rw-r--r-- | mail/wanderlust/Makefile | 8 | ||||
-rw-r--r-- | mail/wanderlust/pkg-plist.emacs20 | 2 | ||||
-rw-r--r-- | mail/wanderlust/pkg-plist.emacs21 | 2 | ||||
-rw-r--r-- | mail/wanderlust/pkg-plist.xemacs21-mule | 2 |
4 files changed, 11 insertions, 3 deletions
diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile index 23acc9d76b08..69b4f502fdf5 100644 --- a/mail/wanderlust/Makefile +++ b/mail/wanderlust/Makefile @@ -7,6 +7,7 @@ PORTNAME= wanderlust PORTVERSION= 2.10.0 +PORTREVISION= 1 CATEGORIES= mail elisp MASTER_SITES= ftp://ftp.gohome.org/wl/stable/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,text/elisp/wl/stable/&,} \ @@ -99,6 +100,13 @@ pre-build: .endif post-install: +.if !exists(${EMACS_W3M_LISP_FILE}) +.if defined(EMACS_PACKAGESDIR) + ${INSTALL_DATA} ${WRKSRC}/elmo/elmo-shimbun.el ${PREFIX}/${EMACS_PACKAGESDIR}/lisp/wl +.else + ${INSTALL_DATA} ${WRKSRC}/elmo/elmo-shimbun.el ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/wl +.endif +.endif .if !defined(EMACS_PACKAGESDIR) @${MAKE} install-info .endif diff --git a/mail/wanderlust/pkg-plist.emacs20 b/mail/wanderlust/pkg-plist.emacs20 index 86f1d71200d9..c1a478447d60 100644 --- a/mail/wanderlust/pkg-plist.emacs20 +++ b/mail/wanderlust/pkg-plist.emacs20 @@ -56,7 +56,7 @@ share/doc/wanderlust/wl.texi %%WL_LISPDIR%%/elmo-pop3.elc %%WL_LISPDIR%%/elmo-sendlog.el %%WL_LISPDIR%%/elmo-sendlog.elc -%%SHIMBUN%%%%WL_LISPDIR%%/elmo-shimbun.el +%%WL_LISPDIR%%/elmo-shimbun.el %%SHIMBUN%%%%WL_LISPDIR%%/elmo-shimbun.elc %%WL_LISPDIR%%/elmo-split.el %%WL_LISPDIR%%/elmo-split.elc diff --git a/mail/wanderlust/pkg-plist.emacs21 b/mail/wanderlust/pkg-plist.emacs21 index 1896a124757f..a24e531a0d83 100644 --- a/mail/wanderlust/pkg-plist.emacs21 +++ b/mail/wanderlust/pkg-plist.emacs21 @@ -56,7 +56,7 @@ share/doc/wanderlust/wl.texi %%WL_LISPDIR%%/elmo-pop3.elc %%WL_LISPDIR%%/elmo-sendlog.el %%WL_LISPDIR%%/elmo-sendlog.elc -%%SHIMBUN%%%%WL_LISPDIR%%/elmo-shimbun.el +%%WL_LISPDIR%%/elmo-shimbun.el %%SHIMBUN%%%%WL_LISPDIR%%/elmo-shimbun.elc %%WL_LISPDIR%%/elmo-split.el %%WL_LISPDIR%%/elmo-split.elc diff --git a/mail/wanderlust/pkg-plist.xemacs21-mule b/mail/wanderlust/pkg-plist.xemacs21-mule index b6636410047a..96cacc80852f 100644 --- a/mail/wanderlust/pkg-plist.xemacs21-mule +++ b/mail/wanderlust/pkg-plist.xemacs21-mule @@ -126,7 +126,7 @@ %%EMACS_PACKAGESDIR%%/lisp/wl/elmo-pop3.elc %%EMACS_PACKAGESDIR%%/lisp/wl/elmo-sendlog.el %%EMACS_PACKAGESDIR%%/lisp/wl/elmo-sendlog.elc -%%SHIMBUN%%%%EMACS_PACKAGESDIR%%/lisp/wl/elmo-shimbun.el +%%EMACS_PACKAGESDIR%%/lisp/wl/elmo-shimbun.el %%SHIMBUN%%%%EMACS_PACKAGESDIR%%/lisp/wl/elmo-shimbun.elc %%EMACS_PACKAGESDIR%%/lisp/wl/elmo-split.el %%EMACS_PACKAGESDIR%%/lisp/wl/elmo-split.elc |