Skip to content

Commit

Permalink
gcc6 & gcc7: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusCalhoun-Lopez committed Feb 3, 2017
1 parent d74ef29 commit 7ae4d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lang/gcc6/Portfile
Expand Up @@ -178,7 +178,7 @@ if {${subport} eq "libgcc"} {
}
}

file delete -force ${destroot}${prefix}/bin
file delete -force ${destroot}${prefix}/bin
file delete -force ${destroot}${prefix}/share
file delete -force ${destroot}${prefix}/include
file delete -force ${destroot}${prefix}/lib/libgcc
Expand Down
2 changes: 1 addition & 1 deletion lang/gcc7/Portfile
Expand Up @@ -177,7 +177,7 @@ if {${subport} eq "libgcc-devel"} {
}
}

file delete -force ${destroot}${prefix}/bin
file delete -force ${destroot}${prefix}/bin
file delete -force ${destroot}${prefix}/share
file delete -force ${destroot}${prefix}/include
file delete -force ${destroot}${prefix}/lib/libgcc
Expand Down

0 comments on commit 7ae4d65

Please sign in to comment.