aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2016-09-19 11:41:02 +0800
committerswills <swills@FreeBSD.org>2016-09-19 11:41:02 +0800
commit27a395f2de887816d6409ab8da94214c5605a684 (patch)
treed259766c142d7eaec92661834397e0858719c8e2 /textproc
parentc4551ec78da9632bbfafeebfa9dbcd212f5a589d (diff)
downloadfreebsd-ports-graphics-27a395f2de887816d6409ab8da94214c5605a684.tar.gz
freebsd-ports-graphics-27a395f2de887816d6409ab8da94214c5605a684.tar.zst
freebsd-ports-graphics-27a395f2de887816d6409ab8da94214c5605a684.zip
textproc/ruby-rd-mode.el: Define RUBY_ELISPDIR locally
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-rd-mode.el/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/ruby-rd-mode.el/Makefile b/textproc/ruby-rd-mode.el/Makefile
index fe1d80c2c10..e2a65c7048e 100644
--- a/textproc/ruby-rd-mode.el/Makefile
+++ b/textproc/ruby-rd-mode.el/Makefile
@@ -23,6 +23,10 @@ ELISP_FILES= rd-mode.el
EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
+RUBY_ELISPDIR= ${PREFIX}/lib/ruby/elisp
+
+PLIST_SUB+= RUBY_ELISPDIR=${RUBY_ELISPDIR}
+
do-extract:
${MKDIR} ${WRKDIR}
${LN} -sf `cd ${.CURDIR}/../ruby-rdtool; ${MAKE} -V WRKSRC`/utils ${WRKSRC}