diff options
author | knu <knu@FreeBSD.org> | 2013-06-11 15:11:27 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2013-06-11 15:11:27 +0800 |
commit | 8a1a93f3a91aecb44616d7cbde85f03eae27ac47 (patch) | |
tree | 38e6032b0cb25f80d4f1607bc684fbeb039f24de /textproc | |
parent | fcafc35a12078a0cdf06a555c7a32cd6caf61c9e (diff) | |
download | freebsd-ports-gnome-8a1a93f3a91aecb44616d7cbde85f03eae27ac47.tar.gz freebsd-ports-gnome-8a1a93f3a91aecb44616d7cbde85f03eae27ac47.tar.zst freebsd-ports-gnome-8a1a93f3a91aecb44616d7cbde85f03eae27ac47.zip |
Update to 0.6.38 and create a missing RUBY_ELISPDIR.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-rd-mode.el/Makefile | 3 | ||||
-rw-r--r-- | textproc/ruby-rd-mode.el/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
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 |