mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 00:00:07 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user