diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2003-01-12 00:59:30 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2003-01-12 00:59:30 +0800 |
commit | c0240cd755846f17cdee3524c03f5a501e1b9355 (patch) | |
tree | aaa255610aed397245dd2472f1f4cb085d97979d /mail/wanderlust/Makefile | |
parent | 44798512a95f04a39a658cac15e1878f141f4c37 (diff) | |
download | freebsd-ports-gnome-c0240cd755846f17cdee3524c03f5a501e1b9355.tar.gz freebsd-ports-gnome-c0240cd755846f17cdee3524c03f5a501e1b9355.tar.zst freebsd-ports-gnome-c0240cd755846f17cdee3524c03f5a501e1b9355.zip |
Install elmo-shimbun.el regardless of existence of emacs-w3m.
Suggested by: yoichi
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 |