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 | |
parent | a297e0702ea9b55b55598a47afdbe7d38e704f2f (diff) | |
download | ports-c9686f29d75ea20d2d720afdd647eec15dd7a993.tar.gz ports-c9686f29d75ea20d2d720afdd647eec15dd7a993.zip |
Notes
-rw-r--r-- | lang/ruby-mode.el/Makefile | 3 | ||||
-rw-r--r-- | lang/ruby-mode.el/pkg-plist | 3 | ||||
-rw-r--r-- | textproc/ruby-rd-mode.el/Makefile | 5 | ||||
-rw-r--r-- | textproc/ruby-rd-mode.el/pkg-plist | 3 |
4 files changed, 1 insertions, 13 deletions
diff --git a/lang/ruby-mode.el/Makefile b/lang/ruby-mode.el/Makefile index d17bb6325047..796faaa2aee7 100644 --- a/lang/ruby-mode.el/Makefile +++ b/lang/ruby-mode.el/Makefile @@ -31,10 +31,7 @@ do-extract: ${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT} && ${MAKE} -V WRKSRC`/misc ${WRKSRC} do-install: - ${MKDIR} ${RUBY_ELISPDIR} ${INSTALL_DATA} ${WRKSRC}/* ${RUBY_ELISPDIR}/ - ${MKDIR} ${EMACSLISPDIR} - ${MKDIR} ${XEMACSLISPDIR} .for f in ${ELISP_FILES} ${LN} -sf ${RUBY_ELISPDIR}/${f} ${EMACSLISPDIR}/ ${LN} -sf ${RUBY_ELISPDIR}/${f} ${XEMACSLISPDIR}/ diff --git a/lang/ruby-mode.el/pkg-plist b/lang/ruby-mode.el/pkg-plist index dd07b6d31ddc..84b4dbb3903b 100644 --- a/lang/ruby-mode.el/pkg-plist +++ b/lang/ruby-mode.el/pkg-plist @@ -1,14 +1,11 @@ share/emacs/site-lisp/inf-ruby.el share/emacs/site-lisp/ruby-mode.el share/emacs/site-lisp/rubydb3x.el -@comment share/emacs/site-lisp is created by mtree lib/xemacs/site-lisp/inf-ruby.el lib/xemacs/site-lisp/ruby-mode.el lib/xemacs/site-lisp/rubydb3x.el -@unexec rmdir -p %D/lib/xemacs/site-lisp 2>/dev/null || true %%RUBY_ELISPDIR%%/README %%RUBY_ELISPDIR%%/inf-ruby.el %%RUBY_ELISPDIR%%/ruby-mode.el %%RUBY_ELISPDIR%%/rubydb2x.el %%RUBY_ELISPDIR%%/rubydb3x.el -@unexec rmdir -p %D/%%RUBY_ELISPDIR%% 2>/dev/null || true 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 |