diff options
author | knu <knu@FreeBSD.org> | 2002-09-23 20:15:23 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-09-23 20:15:23 +0800 |
commit | 6dadbae0224ef14e8f8f53681919f04351219fcb (patch) | |
tree | e739f88845d5f2fcf24f4f9ce125ba8ddff588b9 /lang | |
parent | 785536b37a7ed9d14a0cfdedac73a0c3ebd5c90a (diff) | |
download | freebsd-ports-gnome-6dadbae0224ef14e8f8f53681919f04351219fcb.tar.gz freebsd-ports-gnome-6dadbae0224ef14e8f8f53681919f04351219fcb.tar.zst freebsd-ports-gnome-6dadbae0224ef14e8f8f53681919f04351219fcb.zip |
Fix a silly typo introduced in the previous commit and unbreak.
Submitted by: bento
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/*) \ |