diff options
author | swills <swills@FreeBSD.org> | 2016-09-19 11:41:02 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-09-19 11:41:02 +0800 |
commit | 27a395f2de887816d6409ab8da94214c5605a684 (patch) | |
tree | d259766c142d7eaec92661834397e0858719c8e2 /textproc | |
parent | c4551ec78da9632bbfafeebfa9dbcd212f5a589d (diff) | |
download | freebsd-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/Makefile | 4 |
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} |