Trim extra newlines at end of file & trailing whitespace.

This commit is contained in:
Augustin Cavalier
2015-08-04 12:08:31 -04:00
parent 55dd9cf19d
commit 4634abef1b
724 changed files with 1430 additions and 1527 deletions

View File

@@ -8,7 +8,7 @@ SOURCE_DIR="yaml-cpp-$portVersion"
REVISION="1"
LICENSE="MIT"
COPYRIGHT="2008 Jesse Beder"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -36,15 +36,15 @@ BUILD_PREREQUIRES="
"
BUILD()
{
{
cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX:PATH=$prefix .
make $jobArgs
}
INSTALL()
{
make install
mkdir -p `dirname $includeDir` $libDir
mv $prefix/include $includeDir