This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Portfile.bak 2010-02-20 15:56:50.000000000 +0900 | |
+++ Portfile 2010-02-20 15:57:15.000000000 +0900 | |
@@ -15,12 +15,12 @@ | |
checksums md5 2e056df3a25335872c66e2057a2dade7 | |
#extract.suffix .zip | |
#use_zip yes | |
-extract {system "mkdir -p ${workdir}/qkc-1.0.0" | |
- system "cd ${workdir}/qkc-1.0.0 && \ | |
+extract {system "mkdir -p ${workpath}/qkc-1.0.0" | |
+ system "cd ${workpath}/qkc-1.0.0 && \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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}" |
NewerOlder