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="Sablotron XML processor"
HOMEPAGE="http://sourceforge.net/projects/sablotron"
DESCRIPTION="Sablotron XML processor"
HOMEPAGE="http://sourceforge.net/projects/sablotron"
SOURCE_URI="http://sourceforge.net/projects/sablotron/files/sablotron-1.0.3/Sablot-1.0.3.tar.gz/download"
REVISION="1"
STATUS_HAIKU="stable"
@@ -16,7 +16,7 @@ BUILD()
aclocal
automake --add-missing -Wnone
autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY`
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}