summaryrefslogtreecommitdiff
path: root/japanese/navi2ch-emacs20
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-06-02 18:25:18 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-06-02 18:25:18 +0000
commitfc9a6b7f4b74318053120ee595249fcdeba87c47 (patch)
tree642f53172a686ca382c883b99e75c94b7aa8fbc8 /japanese/navi2ch-emacs20
parentAdd ruby-dbd_postgresql, the PostgreSQL driver for DBI-for-Ruby. (diff)
process PLIST_SUB in -emacs20.
Notes
Notes: svn path=/head/; revision=43442
Diffstat (limited to 'japanese/navi2ch-emacs20')
-rw-r--r--japanese/navi2ch-emacs20/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/japanese/navi2ch-emacs20/Makefile b/japanese/navi2ch-emacs20/Makefile
index 311dc8c2a6b3..901eef26dc73 100644
--- a/japanese/navi2ch-emacs20/Makefile
+++ b/japanese/navi2ch-emacs20/Makefile
@@ -19,7 +19,11 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-lispdir=${PREFIX}/${EMACS_LIBDIR}/site-lisp/navi2ch
DOCDIR= share/doc/ja/navi2ch
-PLIST_SUB?= XEMACS="@comment "
+.if ${EMACS_PORT_NAME} == emacs20
+PLIST_SUB= XEMACS="@comment "
+.elif ${EMACS_PORT_NAME} == xemacs21-mule
+PLIST_SUB= XEMACS=""
+.endif
post-install:
.if !defined(NOPORTDOCS)