cd dir && command -> cd dir; command

This commit is contained in:
Akinori MUSHA 2002-03-30 12:12:53 +00:00
parent 48775a7604
commit 380317bde9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56946
12 changed files with 15 additions and 15 deletions

View File

@ -28,7 +28,7 @@ INSTALL_TARGET= site-install
post-extract:
${RM} -f ${WRKSRC}/cdb
${LN} -s `cd ${CDB_PORTDIR} && ${MAKE} -V WRKSRC` ${WRKSRC}/cdb
${LN} -s `cd ${CDB_PORTDIR}; ${MAKE} -V WRKSRC` ${WRKSRC}/cdb
post-install:
.if !defined(NOPORTDOCS)

View File

@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
do-extract:
${MKDIR} ${WRKDIR}
${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT} && ${MAKE} -V WRKDIR`/${PORTNAME} ${WRKDIR}/
${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKDIR`/${PORTNAME} ${WRKDIR}/
post-install:
@${CAT} ${PKGMESSAGE}

View File

@ -26,8 +26,8 @@ INSTALL_TARGET= site-install
post-build:
.if !defined(NOPORTDOCS)
cd ${WRKSRC} && ${RUBY_RD} search-namazu.en.rd > search-namazu.en.html
cd ${WRKSRC} && ${RUBY_RD} search-namazu.ja.rd > search-namazu.ja.html
cd ${WRKSRC}; ${RUBY_RD} search-namazu.en.rd > search-namazu.en.html
cd ${WRKSRC}; ${RUBY_RD} search-namazu.ja.rd > search-namazu.ja.html
.endif
post-install:

View File

@ -34,7 +34,7 @@ EXAMPLES= ../examples/rb/*.rb
do-extract:
${MKDIR} ${WRKDIR}
${LN} -s `cd ${PORTSDIR}/graphics/ming && ${MAKE} -V WRKDIR`/* ${WRKDIR}/
${LN} -s `cd ${PORTSDIR}/graphics/ming; ${MAKE} -V WRKDIR`/* ${WRKDIR}/
post-extract:
${LN} -sf ../ming.i ${WRKSRC}/

View File

@ -27,14 +27,14 @@ TGIF_PORT= graphics/tgif-nls
WRKSRC= ${WRKDIR}/ruby-${PORTNAME}-${PORTVERSION}
CONFIGURE_ARGS= --with-x-dir="${X11BASE}" \
--with-ldflags=" `cd ${WRKSRC}/tgif && ${MAKE} -V LDOPTIONS -V LOCAL_LIBRARIES -V LDLIBS -V EXTRA_LOAD_FLAGS | paste -s -`"
--with-ldflags=" `cd ${WRKSRC}/tgif; ${MAKE} -V LDOPTIONS -V LOCAL_LIBRARIES -V LDLIBS -V EXTRA_LOAD_FLAGS | paste -s -`"
INSTALL_TARGET= site-install
DOCS_EN= README
DOCS_JA= ChangeLog.ja README.ja
post-extract:
${LN} -sf `cd ${PORTSDIR}/${TGIF_PORT} && ${MAKE} -V WRKSRC` ${WRKSRC}/tgif
${LN} -sf `cd ${PORTSDIR}/${TGIF_PORT}; ${MAKE} -V WRKSRC` ${WRKSRC}/tgif
post-patch:
${RUBY} -i -pe 'gsub %r|\.\./|, "tgif/"' ${WRKSRC}/extconf.rb ${WRKSRC}/*.c

View File

@ -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}/

View File

@ -24,7 +24,7 @@ USE_RUBY= yes
USE_RUBY_EXTCONF= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
CONFIGURE_ARGS= --with-python-lib=`cd ${PYTHON_PORTSDIR} && ${MAKE} -V WRKSRC`
CONFIGURE_ARGS= --with-python-lib=`cd ${PYTHON_PORTSDIR}; ${MAKE} -V WRKSRC`
INSTALL_TARGET= site-install
post-install:

View File

@ -34,7 +34,7 @@ post-patch:
${WRKSRC}/contrib/dblack/emacs/ri.el
do-install:
cd ${WRKSRC} && ${RUBY} install.rb
cd ${WRKSRC}; ${RUBY} install.rb
${INSTALL_DATA} ${WRKSRC}/contrib/dblack/emacs/Emacs.rb ${RUBY_SITELIBDIR}/${PORTNAME}/op/
${MKDIR} ${XEMACSLISPDIR}
.for f in ${ELISP_FILES}

View File

@ -59,7 +59,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
do-extract:
${MKDIR} ${WRKDIR}
${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT} && ${MAKE} -V WRKDIR`/${PORTNAME} ${WRKDIR}/
${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKDIR`/${PORTNAME} ${WRKDIR}/
post-install:
.if !defined(NOPORTDOCS)

View File

@ -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}/

View File

@ -6,7 +6,7 @@
#
PORTNAME= webunit
PORTVERSION= 20011019
PORTVERSION= 20011022
CATEGORIES= www textproc ruby
MASTER_SITES= http://xp.jbt.co.jp/download/webunit/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@ -31,7 +31,7 @@ DOCS_EN= index-en.html
DOCS_JA= index-ja.html TIPS-ja.html TODO-ja.sdf
do-install:
cd ${WRKSRC} && ${RUBY} install.rb
cd ${WRKSRC}; ${RUBY} install.rb
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
.for f in ${EXAMPLES_EN}

View File

@ -38,7 +38,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
do-extract:
${MKDIR} ${WRKDIR}
${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT} && ${MAKE} -V WRKDIR`/${PORTNAME} ${WRKDIR}/
${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKDIR`/${PORTNAME} ${WRKDIR}/
post-install:
.if !defined(NOPORTDOCS)