Skip to content

Instantly share code, notes, and snippets.

@river24
Created August 9, 2010 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save river24/514969 to your computer and use it in GitHub Desktop.
Save river24/514969 to your computer and use it in GitHub Desktop.
--- Portfile.bak 2010-08-09 13:54:08.000000000 +0900
+++ Portfile 2010-08-09 13:57:06.000000000 +0900
@@ -89,9 +89,9 @@
variant utf8 {
post-build {
- system "mkdir dict/utf-8.d"
+ system "mkdir ${worksrcpath}/dict/utf-8.d"
foreach DIC ${dics} {
- system "nkf -w < dict/${DIC} > dict/utf-8.d/${DIC}"
+ system "nkf -w < ${worksrcpath}/dict/${DIC} > ${worksrcpath}/dict/utf-8.d/${DIC}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment