Skip to content

Instantly share code, notes, and snippets.

@fumi
Created February 20, 2010 06:29
Show Gist options
  • Save fumi/309547 to your computer and use it in GitHub Desktop.
Save fumi/309547 to your computer and use it in GitHub Desktop.
--- Portfile.bak 2010-02-20 15:13:12.000000000 +0900
+++ Portfile 2010-02-20 15:13:21.000000000 +0900
@@ -89,7 +89,7 @@
variant utf8 {
post-build {
- system "mkdir dict/utf-8.d"
+ system "mkdir -p dict/utf-8.d"
foreach DIC ${dics} {
system "nkf -w < dict/${DIC} > dict/utf-8.d/${DIC}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment