diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2013-06-11 07:11:27 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2013-06-11 07:11:27 +0000 |
commit | 0a1a3defb82cb352da1e150e3a38d33a7b1d7f21 (patch) | |
tree | 38e6032b0cb25f80d4f1607bc684fbeb039f24de /textproc/ruby-rd-mode.el | |
parent | 2c63da823939862ed1abb76a809ba9bcbcb39b28 (diff) | |
download | ports-0a1a3defb82cb352da1e150e3a38d33a7b1d7f21.tar.gz ports-0a1a3defb82cb352da1e150e3a38d33a7b1d7f21.zip |
Update to 0.6.38 and create a missing RUBY_ELISPDIR.
Notes
Notes:
svn path=/head/; revision=320537
Diffstat (limited to 'textproc/ruby-rd-mode.el')
-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 |