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/Makefile | |
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/Makefile')
-rw-r--r-- | mail/wanderlust/Makefile | 8 |
1 files changed, 8 insertions, 0 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 |