Created
December 27, 2008 13:19
-
-
Save tsukkee/40249 to your computer and use it in GitHub Desktop.
This file contains 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
% diff -u Portfile_old Portfile_new | |
--- Portfile_old 2008-01-03 20:51:15.000000000 +0900 | |
+++ Portfile_new 2008-12-27 22:16:07.000000000 +0900 | |
@@ -81,9 +81,9 @@ | |
xinstall -d -m 755 ${destroot}${prefix}/lib | |
xinstall -m 755 ${worksrcpath}/libmigemo.1.1.0.dylib \ | |
${destroot}${prefix}/lib | |
- cd ${destroot}${prefix}/lib | |
- system "ln -s ./libmigemo.1.1.0.dylib libmigemo.1.dylib" | |
- system "ln -s ./libmigemo.1.1.0.dylib libmigemo.dylib" | |
+ system "cd ${destroot}${prefix}/lib; | |
+ ln -s ./libmigemo.1.1.0.dylib libmigemo.1.dylib; | |
+ ln -s ./libmigemo.1.1.0.dylib libmigemo.dylib" | |
} | |
variant utf8 { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment