summaryrefslogtreecommitdiff
path: root/devel/ruby-sdl
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-03-30 12:06:42 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-03-30 12:06:42 +0000
commit48775a7604e95255ed935a46a7ffe919a74aa502 (patch)
treefb1fae8a091e756a3ecb41803608e9c20cd457d9 /devel/ruby-sdl
parenttranscode is a console based utility for video conversion. It supports (diff)
cd dir && command -> cd dir; command
Notes
Notes: svn path=/head/; revision=56945
Diffstat (limited to 'devel/ruby-sdl')
-rw-r--r--devel/ruby-sdl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-sdl/Makefile b/devel/ruby-sdl/Makefile
index a18e17e6364e..9fa8df5a41db 100644
--- a/devel/ruby-sdl/Makefile
+++ b/devel/ruby-sdl/Makefile
@@ -22,7 +22,7 @@ LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
RUBY_OPENGL_PORTDIR= ${.CURDIR}/../../graphics/ruby-opengl
-RUBY_OPENGL_WRKSRC_CMD= cd ${RUBY_OPENGL_PORTDIR} && ${MAKE} -V WRKSRC
+RUBY_OPENGL_WRKSRC_CMD= cd ${RUBY_OPENGL_PORTDIR}; ${MAKE} -V WRKSRC
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
@@ -54,7 +54,7 @@ post-patch:
post-build:
.if !defined(NOPORTDOCS)
.for f in ${RD_DOCS_EN} ${RD_DOCS_JA}
- @cd ${WRKSRC} && ${RUBY_RD} ${f} > ${f:S/.rd$/.html/}
+ @cd ${WRKSRC}; ${RUBY_RD} ${f} > ${f:S/.rd$/.html/}
.endfor
.endif