- Forbid automatical fetching of rubygems from rubyforge
Submitted by: Alexander Logvinov <ports@logvinov.com>
This commit is contained in:
parent
395bb0a9b8
commit
80339c4345
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217402
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user