diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2025-04-21 13:29:00 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2025-04-21 13:39:01 +0900 |
commit | cece14281b4127d1dc909bbbf28b3a9bd6b0b56c (patch) | |
tree | d0b588a1705c561b1dde30c92c9753df2044d76a /lang/ruby32 | |
parent | databases/prometheus-postgres-exporter: update to 0.17.1 (diff) |
Mk/Uses/ruby.mk: Remove RUBY_WRKSRC
Currently it is only used to set WRKSRC in ruby
ports (lang/ruby3[2-5]). But it is unnecessary to set it explicitly as
default value of WRKSRC is same as that of RUBY_WRKSRC.
Diffstat (limited to 'lang/ruby32')
-rw-r--r-- | lang/ruby32/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/ruby32/Makefile b/lang/ruby32/Makefile index 8f3dc3ea326d..a1bcf3bf35e8 100644 --- a/lang/ruby32/Makefile +++ b/lang/ruby32/Makefile @@ -48,8 +48,6 @@ EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/bin/gem \ --exclude ${DISTNAME}/man/ri.1 \ --no-same-owner --no-same-permissions -WRKSRC= ${RUBY_WRKSRC} - RUBY_VER= 3.2 OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES GMP RDOC YJIT |