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="Chicken is a Scheme interpreter and native Scheme to C compiler"
HOMEPAGE="http://www.call-cc.org/"
DESCRIPTION="Chicken is a Scheme interpreter and native Scheme to C compiler"
HOMEPAGE="http://www.call-cc.org/"
SOURCE_URI="http://code.call-cc.org/releases/4.7.0/chicken-4.7.0.tar.gz"
CHECKSUM_MD5="9389388fdf04c3c64de29633aae12539"
REVISION="1"
@@ -16,7 +16,7 @@ BUILD()
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man/man1 \
DOCDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/doc/chicken \
DATADIR=`finddir B_COMMON_DATA_DIRECTORY`/chicken
}
INSTALL()