summaryrefslogtreecommitdiff
path: root/textproc/ruby-rd-mode.el
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-06-09 02:34:52 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-06-09 02:34:52 +0000
commitc9686f29d75ea20d2d720afdd647eec15dd7a993 (patch)
treef80d29c084f432abb1c9894351ba9d1c92df6da6 /textproc/ruby-rd-mode.el
parentDo a ldconfig before invoking the just installed binary in (diff)
Now XEMACSLISPDIR and RUBY_ELISPDIR are taken care of by
lang/ruby{,-devel}.
Notes
Notes: svn path=/head/; revision=43682
Diffstat (limited to 'textproc/ruby-rd-mode.el')
-rw-r--r--textproc/ruby-rd-mode.el/Makefile5
-rw-r--r--textproc/ruby-rd-mode.el/pkg-plist3
2 files changed, 1 insertions, 7 deletions
diff --git a/textproc/ruby-rd-mode.el/Makefile b/textproc/ruby-rd-mode.el/Makefile
index cf99a79a414b..a7dba0878f19 100644
--- a/textproc/ruby-rd-mode.el/Makefile
+++ b/textproc/ruby-rd-mode.el/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= rd-mode.el
-PORTVERSION= 0.6.8
+PORTVERSION= 0.6.10
CATEGORIES= textproc ruby elisp
MASTER_SITES= # none
PKGNAMEPREFIX= ruby- # not ${RUBY_PKGNAMEPREFIX} since this is not version specific
@@ -31,9 +31,6 @@ do-extract:
${LN} -sf `cd ${.CURDIR}/../ruby-rdtool && ${MAKE} -V WRKSRC`/utils ${WRKSRC}
do-install:
- ${MKDIR} ${RUBY_ELISPDIR}
- ${MKDIR} ${EMACSLISPDIR}
- ${MKDIR} ${XEMACSLISPDIR}
.for f in ${ELISP_FILES}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_ELISPDIR}/
${LN} -sf ${RUBY_ELISPDIR}/${f} ${EMACSLISPDIR}/
diff --git a/textproc/ruby-rd-mode.el/pkg-plist b/textproc/ruby-rd-mode.el/pkg-plist
index 0caf076882db..f0a234604f5e 100644
--- a/textproc/ruby-rd-mode.el/pkg-plist
+++ b/textproc/ruby-rd-mode.el/pkg-plist
@@ -1,6 +1,3 @@
share/emacs/site-lisp/rd-mode.el
-@comment share/emacs/site-lisp is created by mtree
lib/xemacs/site-lisp/rd-mode.el
-@unexec rmdir -p %D/lib/xemacs/site-lisp 2>/dev/null || true
%%RUBY_ELISPDIR%%/rd-mode.el
-@unexec rmdir -p %D/%%RUBY_ELISPDIR%% 2>/dev/null || true