diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-09 02:34:52 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-09 02:34:52 +0000 |
commit | c9686f29d75ea20d2d720afdd647eec15dd7a993 (patch) | |
tree | f80d29c084f432abb1c9894351ba9d1c92df6da6 /textproc/ruby-rd-mode.el | |
parent | a297e0702ea9b55b55598a47afdbe7d38e704f2f (diff) | |
download | ports-c9686f29d75ea20d2d720afdd647eec15dd7a993.tar.gz ports-c9686f29d75ea20d2d720afdd647eec15dd7a993.zip |
Notes
Diffstat (limited to 'textproc/ruby-rd-mode.el')
-rw-r--r-- | textproc/ruby-rd-mode.el/Makefile | 5 | ||||
-rw-r--r-- | textproc/ruby-rd-mode.el/pkg-plist | 3 |
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 |