- Forbid automatical fetching of rubygems from rubyforge

Submitted by:	Alexander Logvinov <ports@logvinov.com>
This commit is contained in:
Pav Lucistnik 2008-07-24 07:51:12 +00:00
parent 395bb0a9b8
commit 80339c4345
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217402

View File

@ -423,7 +423,7 @@ GEMFILES= ${DISTNAME}${EXTRACT_SUFX}
do-install:
.for _D in ${GEMFILES}
${SETENV} ${GEM_ENV} ${RUBYGEMBIN} install --no-update-sources --no-ri --install-dir ${PREFIX}/lib/ruby/gems/${RUBY_VER} ${DISTDIR}/${DIST_SUBDIR}/${_D} -- --build-args ${CONFIGURE_ARGS}
${SETENV} ${GEM_ENV} ${RUBYGEMBIN} install -l --no-update-sources --no-ri --install-dir ${PREFIX}/lib/ruby/gems/${RUBY_VER} ${DISTDIR}/${DIST_SUBDIR}/${_D} -- --build-args ${CONFIGURE_ARGS}
.endfor
.endif # USE_RUBYGEMS