Cheers,
Peter Wullinger schrieb:
>> do-build:
>> @(cd ${WRKSRC}; ${LOCALBASE}/bin/rake)
>
> Und dazu noch eine kleine Schönheitskorrektur:
>
> --Makefile--
> do-build:
> @(cd ${WRKSRC} && ${GEM_LIB_DIR}/bin/rake)
>
> do-install:
> @(cd ${WRKSRC} && ${GEM_LIB_DIR}/bin/rake install)
>
> .include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
> --Makefile--
rake wird auch nach ${LOCALBASE}/bin/rake installiert.
> So wie ich das sehe, ist "GEM_LIB_DIR" nämlich
> ${LOCALBASE}/lib/ruby/gems/${GEM_NAME}
${LOCALBASE}/lib/ruby/gems/1.8/gems/${GEM_NAME} um genau zu seien
Gruss,
Jonathan
-- Jonathan Weiss http://blog.innerewut.de To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Tue 18 Dec 2007 - 15:17:05 CET