mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -34,7 +34,7 @@ PROVIDES="
|
||||
cmd:xml2gbs$secondaryArchSuffix = $portVersion
|
||||
lib:libsword$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
|
||||
PROVIDES_devel="
|
||||
sword${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libsword$secondaryArchSuffix = $portVersion
|
||||
@@ -65,7 +65,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:icu_config$secondaryArchSuffix
|
||||
"
|
||||
@@ -79,10 +79,10 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make $jobArgs install
|
||||
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libsword
|
||||
|
||||
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user