diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-30 12:12:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-30 12:12:53 +0000 |
commit | 380317bde9db6861d1d800cc1e9f44f21857bcee (patch) | |
tree | 7779cd09554e172da6706253f05a3e6e179c1986 /lang/ruby-ri | |
parent | 48775a7604e95255ed935a46a7ffe919a74aa502 (diff) | |
download | freebsd-ports-380317bde9db6861d1d800cc1e9f44f21857bcee.zip |
cd dir && command -> cd dir; command
Diffstat (limited to 'lang/ruby-ri')
-rw-r--r-- | lang/ruby-ri/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby-ri/Makefile b/lang/ruby-ri/Makefile index 3dc8bb33aab9..763406b26cde 100644 --- a/lang/ruby-ri/Makefile +++ b/lang/ruby-ri/Makefile @@ -34,7 +34,7 @@ post-patch: ${WRKSRC}/contrib/dblack/emacs/ri.el do-install: - cd ${WRKSRC} && ${RUBY} install.rb + cd ${WRKSRC}; ${RUBY} install.rb ${INSTALL_DATA} ${WRKSRC}/contrib/dblack/emacs/Emacs.rb ${RUBY_SITELIBDIR}/${PORTNAME}/op/ ${MKDIR} ${XEMACSLISPDIR} .for f in ${ELISP_FILES} |