diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-09 10:34:52 +0800 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-09 10:34:52 +0800 |
commit | c9686f29d75ea20d2d720afdd647eec15dd7a993 (patch) | |
tree | f80d29c084f432abb1c9894351ba9d1c92df6da6 /lang | |
parent | a297e0702ea9b55b55598a47afdbe7d38e704f2f (diff) | |
download | freebsd-ports-gnome-c9686f29d75ea20d2d720afdd647eec15dd7a993.tar.gz freebsd-ports-gnome-c9686f29d75ea20d2d720afdd647eec15dd7a993.tar.zst freebsd-ports-gnome-c9686f29d75ea20d2d720afdd647eec15dd7a993.zip |
Now XEMACSLISPDIR and RUBY_ELISPDIR are taken care of by
lang/ruby{,-devel}.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-mode.el/Makefile | 3 | ||||
-rw-r--r-- | lang/ruby-mode.el/pkg-plist | 3 |
2 files changed, 0 insertions, 6 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 |