diff options
author | knu <knu@FreeBSD.org> | 2002-09-23 12:15:23 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-09-23 12:15:23 +0000 |
commit | 6dadbae0224ef14e8f8f53681919f04351219fcb (patch) | |
tree | e739f88845d5f2fcf24f4f9ce125ba8ddff588b9 /lang/ruby_static | |
parent | 785536b37a7ed9d14a0cfdedac73a0c3ebd5c90a (diff) | |
download | FreeBSD-ports-6dadbae0224ef14e8f8f53681919f04351219fcb.zip FreeBSD-ports-6dadbae0224ef14e8f8f53681919f04351219fcb.tar.gz |
Fix a silly typo introduced in the previous commit and unbreak.
Submitted by: bento
Diffstat (limited to 'lang/ruby_static')
-rw-r--r-- | lang/ruby_static/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby_static/Makefile b/lang/ruby_static/Makefile index 316229e..5f5e337 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/*) \ |