diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-23 12:15:23 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-23 12:15:23 +0000 |
commit | 9e39a68313c9012c0bf98a54f703098a5e4388da (patch) | |
tree | a95283468052bab4644efd1413ad17bf0b49a4c2 /lang/ruby16_static | |
parent | 40ba0b9e8dca540a96904fc1caee917075499c3c (diff) |
Notes
Diffstat (limited to 'lang/ruby16_static')
-rw-r--r-- | lang/ruby16_static/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile index 316229eb7c5e..5f5e337b9db6 100644 --- a/lang/ruby16_static/Makefile +++ b/lang/ruby16_static/Makefile @@ -99,7 +99,7 @@ do-extract: while read extdir; do \ extdir=$${extdir%/extconf.rb}; \ case "$p" in \ - ${RUBY_SHIM18_PORT) \ + ${RUBY_SHIM18_PORT}) \ m=$$(basename $$extdir); \ case $$extdir in \ */racc/*) \ |