From 8a1a93f3a91aecb44616d7cbde85f03eae27ac47 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 11 Jun 2013 07:11:27 +0000 Subject: Update to 0.6.38 and create a missing RUBY_ELISPDIR. --- textproc/ruby-rd-mode.el/Makefile | 3 ++- textproc/ruby-rd-mode.el/pkg-plist | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/ruby-rd-mode.el/Makefile b/textproc/ruby-rd-mode.el/Makefile index 9623c59d0cf9..9861b09840e3 100644 --- a/textproc/ruby-rd-mode.el/Makefile +++ b/textproc/ruby-rd-mode.el/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rd-mode.el -PORTVERSION= 0.6.31 +PORTVERSION= 0.6.38 CATEGORIES= textproc ruby elisp MASTER_SITES= # none PKGNAMEPREFIX= ruby- # not ${RUBY_PKGNAMEPREFIX} since this is not version specific @@ -28,6 +28,7 @@ do-extract: ${LN} -sf `cd ${.CURDIR}/../ruby-rdtool; ${MAKE} -V WRKSRC`/utils ${WRKSRC} do-install: + ${MKDIR} ${RUBY_ELISPDIR}/ ${MKDIR} ${XEMACSLISPDIR}/ .for f in ${ELISP_FILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_ELISPDIR}/ diff --git a/textproc/ruby-rd-mode.el/pkg-plist b/textproc/ruby-rd-mode.el/pkg-plist index 7650b7d9a6da..1aee234ef39f 100644 --- a/textproc/ruby-rd-mode.el/pkg-plist +++ b/textproc/ruby-rd-mode.el/pkg-plist @@ -1,5 +1,6 @@ share/emacs/site-lisp/rd-mode.el lib/xemacs/site-lisp/rd-mode.el %%RUBY_ELISPDIR%%/rd-mode.el +@dirrmtry %%RUBY_ELISPDIR%% @dirrmtry lib/xemacs/site-lisp @dirrmtry lib/xemacs -- cgit