1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- pass GEM_ENV to gems install environment

Approved by:	maintainer (Jonathan Weiss)
This commit is contained in:
Cheng-Lung Sung 2007-04-27 06:22:32 +00:00
parent 27d648b86e
commit eb1131260b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190991

View File

@ -49,5 +49,5 @@ GEMFILES= ${DISTNAME}${EXTRACT_SUFX}
do-install:
.for _D in ${GEMFILES}
${RUBYGEMBIN} install --no-ri --install-dir ${PREFIX}/lib/ruby/gems/${REV} ${DISTDIR}/${DIST_SUBDIR}/${_D}
${SETENV} ${GEM_ENV} ${RUBYGEMBIN} install --no-ri --install-dir ${PREFIX}/lib/ruby/gems/${REV} ${DISTDIR}/${DIST_SUBDIR}/${_D}
.endfor