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

@@ -1,5 +1,5 @@
DESCRIPTION="a simple, self-contained and portable build system"
HOMEPAGE="http://hypertriton.com/bsdbuild/"
DESCRIPTION="a simple, self-contained and portable build system"
HOMEPAGE="http://hypertriton.com/bsdbuild/"
SOURCE_URI="http://stable.hypertriton.com/bsdbuild/bsdbuild-2.9.tar.gz"
REVISION="1"
STATUS_HAIKU="broken"
@@ -14,7 +14,7 @@ BUILD()
sed -i 's#/usr/bin/perl#/boot/common/bin/perl#' mkconfigure
sed -i 's#$INSTALLDIR/gen-dotdepend.pl#./gen-dotdepend.pl#' mkconfigure
cat configure.in | mkconfigure > configure
rm mkconfigure
rm mkconfigure
./configure --prefix=/boot/common \
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \
--datadir=`finddir B_COMMON_DATA_DIRECTORY` \