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

@@ -2,7 +2,7 @@ DESCRIPTION="
loadpng is some glue that makes it easy to use libpng to load and save bitmaps \
from Allegro programs.
"
HOMEPAGE="http://tjaden.strangesoft.net/loadpng/"
HOMEPAGE="http://tjaden.strangesoft.net/loadpng/"
SOURCE_URI="http://tjaden.strangesoft.net/loadpng/loadpng-1.5.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
@@ -19,13 +19,13 @@ BUILD()
INSTALL()
{
cd loadpng-1.5
if [ -n ${DESTDIR} ];then
mkdir -p ${DESTDIR}/boot/common/lib
mkdir -p ${DESTDIR}/boot/common/include
make install DESTDIR=${DESTDIR}
else
make install
fi
if [ -n ${DESTDIR} ];then
mkdir -p ${DESTDIR}/boot/common/lib
mkdir -p ${DESTDIR}/boot/common/include
make install DESTDIR=${DESTDIR}
else
make install
fi
make install
}