diff options
author | knu <knu@FreeBSD.org> | 2002-03-30 12:12:53 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-03-30 12:12:53 +0000 |
commit | e121e421c4ba57e9a948de7b47d7fc463d943ae7 (patch) | |
tree | c18a563082a3fa10df3cfc772e8affe4f13acb95 /lang/ruby-mode.el | |
parent | ea3299de3c900df6d9d7bce12f1592ed6441176a (diff) | |
download | FreeBSD-ports-e121e421c4ba57e9a948de7b47d7fc463d943ae7.zip FreeBSD-ports-e121e421c4ba57e9a948de7b47d7fc463d943ae7.tar.gz |
cd dir && command -> cd dir; command
Diffstat (limited to 'lang/ruby-mode.el')
-rw-r--r-- | lang/ruby-mode.el/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby-mode.el/Makefile b/lang/ruby-mode.el/Makefile index 9953ea6..adc596e 100644 --- a/lang/ruby-mode.el/Makefile +++ b/lang/ruby-mode.el/Makefile @@ -27,7 +27,7 @@ XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp do-extract: ${MKDIR} ${WRKDIR} - ${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT} && ${MAKE} -V WRKSRC`/misc ${WRKSRC} + ${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKSRC`/misc ${WRKSRC} do-install: ${INSTALL_DATA} ${WRKSRC}/* ${RUBY_ELISPDIR}/ |