diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-cvs/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-sdl/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-sysvipc/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-tzfile/Makefile | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/devel/ruby-cvs/Makefile b/devel/ruby-cvs/Makefile index 2b8e9ef..467e6c6 100644 --- a/devel/ruby-cvs/Makefile +++ b/devel/ruby-cvs/Makefile @@ -31,9 +31,9 @@ DOCS= README TODO cvs.html diff.html tempdir.html do-build: .if !defined(NOPORTDOCS) - cd ${WRKSRC} && ${RUBY_RD} lib/cvs.rb > cvs.html - cd ${WRKSRC} && ${RUBY_RD} lib/diff.rb > diff.html - cd ${WRKSRC} && ${RUBY_RD} lib/tempdir.rb > tempdir.html + cd ${WRKSRC}; ${RUBY_RD} lib/cvs.rb > cvs.html + cd ${WRKSRC}; ${RUBY_RD} lib/diff.rb > diff.html + cd ${WRKSRC}; ${RUBY_RD} lib/tempdir.rb > tempdir.html .endif do-install: diff --git a/devel/ruby-sdl/Makefile b/devel/ruby-sdl/Makefile index a18e17e..9fa8df5 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 diff --git a/devel/ruby-sysvipc/Makefile b/devel/ruby-sysvipc/Makefile index b82c671..4265f8a 100644 --- a/devel/ruby-sysvipc/Makefile +++ b/devel/ruby-sysvipc/Makefile @@ -27,7 +27,7 @@ DOCS= sysvipc.html sysvipc.rd post-build: .if !defined(NOPORTDOCS) - cd ${WRKSRC} && ${RUBY_RD} sysvipc.rd > sysvipc.html + cd ${WRKSRC}; ${RUBY_RD} sysvipc.rd > sysvipc.html .endif post-install: diff --git a/devel/ruby-tzfile/Makefile b/devel/ruby-tzfile/Makefile index 0f0e16a..41b7cbd 100644 --- a/devel/ruby-tzfile/Makefile +++ b/devel/ruby-tzfile/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} do-build: .if !defined(NOPORTDOCS) - cd ${WRKSRC} && ${RUBY_RD} tzfile.rb > tzfile.html + cd ${WRKSRC}; ${RUBY_RD} tzfile.rb > tzfile.html .endif do-install: |