aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-03-19 19:13:39 +0800
committerAkinori MUSHA <knu@FreeBSD.org>2001-03-19 19:13:39 +0800
commit6b45fedafc678bced50eef1693d13725880b8e90 (patch)
treea3617e5391d72b5e3c1b50dc65e424a621da6e89 /lang/ruby
parent0a81dcd924a4da9d7c6e3eda8a5379faedfa0583 (diff)
downloadfreebsd-ports-gnome-6b45fedafc678bced50eef1693d13725880b8e90.tar.gz
freebsd-ports-gnome-6b45fedafc678bced50eef1693d13725880b8e90.tar.zst
freebsd-ports-gnome-6b45fedafc678bced50eef1693d13725880b8e90.zip
Alter the build process for the standard libraries of Ruby.
Diffstat (limited to 'lang/ruby')
-rw-r--r--lang/ruby/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile
index b34e244443d2..9d909c22a38d 100644
--- a/lang/ruby/Makefile
+++ b/lang/ruby/Makefile
@@ -47,9 +47,12 @@ CONFIGURE_ARGS+= --enable-ipv6
post-patch:
find ${WRKSRC} -name '*.orig' -delete
-.for d in Win32API gdbm tcltklib tk
+.for d in Win32API
${RM} -rf ${WRKSRC}/ext/${d}
.endfor
+.for d in gdbm tcltklib tk
+ ${MV} ${WRKSRC}/ext/${d} ${WRKDIR}/
+.endfor
post-install:
strip ${RUBY}