summaryrefslogtreecommitdiffstats
path: root/lang/ruby-mode.el
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-03-30 12:12:53 +0000
committerknu <knu@FreeBSD.org>2002-03-30 12:12:53 +0000
commite121e421c4ba57e9a948de7b47d7fc463d943ae7 (patch)
treec18a563082a3fa10df3cfc772e8affe4f13acb95 /lang/ruby-mode.el
parentea3299de3c900df6d9d7bce12f1592ed6441176a (diff)
downloadFreeBSD-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/Makefile2
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}/
OpenPOWER on IntegriCloud