diff options
author | knu <knu@FreeBSD.org> | 2002-03-30 20:12:53 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-03-30 20:12:53 +0800 |
commit | e121e421c4ba57e9a948de7b47d7fc463d943ae7 (patch) | |
tree | c18a563082a3fa10df3cfc772e8affe4f13acb95 /textproc | |
parent | ea3299de3c900df6d9d7bce12f1592ed6441176a (diff) | |
download | freebsd-ports-gnome-e121e421c4ba57e9a948de7b47d7fc463d943ae7.tar.gz freebsd-ports-gnome-e121e421c4ba57e9a948de7b47d7fc463d943ae7.tar.zst freebsd-ports-gnome-e121e421c4ba57e9a948de7b47d7fc463d943ae7.zip |
cd dir && command -> cd dir; command
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-rd-mode.el/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ruby-rd-mode.el/Makefile b/textproc/ruby-rd-mode.el/Makefile index c2d916da5199..5b1a8d06ef0f 100644 --- a/textproc/ruby-rd-mode.el/Makefile +++ b/textproc/ruby-rd-mode.el/Makefile @@ -28,7 +28,7 @@ XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp do-extract: ${MKDIR} ${WRKDIR} - ${LN} -sf `cd ${.CURDIR}/../ruby-rdtool && ${MAKE} -V WRKSRC`/utils ${WRKSRC} + ${LN} -sf `cd ${.CURDIR}/../ruby-rdtool; ${MAKE} -V WRKSRC`/utils ${WRKSRC} do-install: ${MKDIR} ${XEMACSLISPDIR}/ |