SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
devel/msbuild/patches/patch-mono_build_install_proj
Normal file
21
devel/msbuild/patches/patch-mono_build_install_proj
Normal file
|
@ -0,0 +1,21 @@
|
|||
fix man path
|
||||
fix wrapper path
|
||||
|
||||
Index: mono/build/install.proj
|
||||
--- mono/build/install.proj.orig
|
||||
+++ mono/build/install.proj
|
||||
@@ -134,12 +134,12 @@
|
||||
WorkingDirectory="$(MSBuildInstallBinDir)"
|
||||
Command="ln -s Roslyn/System.Reflection.Metadata.dll System.Reflection.Metadata.dll" />
|
||||
|
||||
- <Exec Command="$(RepoRoot)\mono\build\gen_msbuild_wrapper.sh $(MonoInstallPrefix) $(MonoInstallPrefix)\bin" />
|
||||
+ <Exec Command="$(RepoRoot)\mono\build\gen_msbuild_wrapper.sh ${TRUEPREFIX} $(MonoInstallPrefix)\bin" />
|
||||
<ItemGroup>
|
||||
<CopiedFiles Include="$(MonoInstallPrefix)\bin\msbuild" />
|
||||
</ItemGroup>
|
||||
|
||||
- <Copy SourceFiles="$(RepoRoot)\mono\msbuild.1" DestinationFolder="$(MonoInstallPrefix)\share\man\man1">
|
||||
+ <Copy SourceFiles="$(RepoRoot)\mono\msbuild.1" DestinationFolder="$(MonoInstallPrefix)\man\man1">
|
||||
<Output TaskParameter="CopiedFiles" ItemName="CopiedFiles" />
|
||||
</Copy>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue