1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Mk/bsd.ruby.mk: Remove RUBY24 leftovers

since it lang/ruby24 has already been unregistered. It should have been
removed in r529959.
This commit is contained in:
Koichiro Iwao 2020-10-11 12:31:24 +00:00
parent f7ffbd6ce6
commit 3f2389d0f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552057

View File

@ -184,7 +184,6 @@ _INVALID_RUBY_VER= 1
.if !defined(_INVALID_RUBY_VER)
RUBY24?= "@comment "
RUBY25?= "@comment "
RUBY26?= "@comment "
RUBY27?= "@comment "
@ -297,7 +296,6 @@ PLIST_SUB+= ${PLIST_RUBY_DIRS:C,DIR="(${LOCALBASE}|${PREFIX})/,DIR=",} \
RUBY_SUFFIX="${RUBY_SUFFIX}" \
RUBY_NAME="${RUBY_NAME}" \
RUBY_DEFAULT_SUFFIX="${RUBY_DEFAULT_SUFFIX}" \
RUBY24=${RUBY24} \
RUBY25=${RUBY25} \
RUBY26=${RUBY26} \
RUBY27=${RUBY27}