Use RUBY_SHIM18_PORT.

This commit is contained in:
Akinori MUSHA 2002-09-21 07:11:58 +00:00
parent e7adaf2a02
commit 508f802204
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67001
2 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ _RUBY_PORTDIR= ${_PORTSDIR}/${RUBY_PORT}
LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
.if ${RUBY_VER} < 1.7
EXT_PORTS+= lang/ruby16-shim-ruby18
EXT_PORTS+= ${RUBY_SHIM18_PORT}
.else
EXT_PORTS+= converters/ruby-iconv
.endif
@ -99,7 +99,7 @@ do-extract:
while read extdir; do \
extdir=$${extdir%/extconf.rb}; \
case "$p" in \
lang/ruby16-shim-ruby18) \
${RUBY_SHIM18_PORT) \
m=$$(basename $$extdir); \
case $$extdir in \
*/racc/*) \

View File

@ -30,7 +30,7 @@ _RUBY_PORTDIR= ${_PORTSDIR}/${RUBY_PORT}
LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
.if ${RUBY_VER} < 1.7
EXT_PORTS+= lang/ruby16-shim-ruby18
EXT_PORTS+= ${RUBY_SHIM18_PORT}
.else
EXT_PORTS+= converters/ruby-iconv
.endif
@ -99,7 +99,7 @@ do-extract:
while read extdir; do \
extdir=$${extdir%/extconf.rb}; \
case "$p" in \
lang/ruby16-shim-ruby18) \
${RUBY_SHIM18_PORT) \
m=$$(basename $$extdir); \
case $$extdir in \
*/racc/*) \