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 | |
parent | Up with textproc/xmlparser's upate and unbreak. (diff) |
Fix a silly typo introduced in the previous commit and unbreak.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=67061
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby16_static/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby_static/Makefile | 2 |
2 files changed, 2 insertions, 2 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/*) \ diff --git a/lang/ruby_static/Makefile b/lang/ruby_static/Makefile index 316229eb7c5e..5f5e337b9db6 100644 --- a/lang/ruby_static/Makefile +++ b/lang/ruby_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/*) \ |