Fix a lot of lint failures.

This commit is contained in:
Augustin Cavalier
2015-07-16 12:15:14 -04:00
parent 2714d7583b
commit c74967bb0e
30 changed files with 87 additions and 117 deletions

View File

@@ -1,4 +1,4 @@
SUMMARY="A simple assember and linker for 8086 - 80386 machine code."
SUMMARY="A simple assember and linker for 8086 - 80386 machine code"
DESCRIPTION="
as86 is an assembler for the 8086..80386 processors, it's syntax is closer \
to the intel/microsoft form rather than the more normal generic form of \
@@ -7,10 +7,8 @@ The linker understands only the object files produced by the as86 assembler, \
it can link them into either an impure or a separate I&D executable.
"
HOMEPAGE="http://v3.sk/~lkundrak/dev86/"
COPYRIGHT="
1994 Bruce Evans
1999 Robert de Bath
"
COPYRIGHT="1994 Bruce Evans
1999 Robert de Bath"
LICENSE="GNU GPL v2"
SOURCE_URI="http://v3.sk/~lkundrak/dev86/bin86-$portVersion.tar.gz"
CHECKSUM_SHA256="021e37cde3a20632c4c9000993cb4aa9f58cb82b1d3c26b9aeb62d6566925738"