aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-06-09 10:34:52 +0800
committerknu <knu@FreeBSD.org>2001-06-09 10:34:52 +0800
commitec17d6c50430657ad5c42861e68c913eb753db96 (patch)
treea806e0bf99303dc1d84e630e9aa035c6fe9d61a8 /textproc
parent1bac6e0769e462c6329d315ba8e1be3e2f670678 (diff)
downloadfreebsd-ports-gnome-ec17d6c50430657ad5c42861e68c913eb753db96.tar.gz
freebsd-ports-gnome-ec17d6c50430657ad5c42861e68c913eb753db96.tar.zst
freebsd-ports-gnome-ec17d6c50430657ad5c42861e68c913eb753db96.zip
Now XEMACSLISPDIR and RUBY_ELISPDIR are taken care of by
lang/ruby{,-devel}.
Diffstat (limited to 'textproc')
-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