mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 14:08:51 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="bc is an arbitrary precision numeric processing language. Syntax \
|
||||
is similar to C, but differs in many substantial areas. It supports \
|
||||
interactive execution of statements. bc is a utility included in the POSIX \
|
||||
P1003.2/D11 draft standard."
|
||||
HOMEPAGE="http://www.gnu.org/software/bc/bc.html"
|
||||
HOMEPAGE="http://www.gnu.org/software/bc/bc.html"
|
||||
SOURCE_URI="http://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz"
|
||||
CHECKSUM_SHA256="4ef6d9f17c3c0d92d8798e35666175ecd3d8efac4009d6457b5c99cea72c0e33"
|
||||
REVISION="2"
|
||||
@@ -44,7 +44,7 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
|
||||
Reference in New Issue
Block a user