More ordering & layout fixes

This commit is contained in:
Vale
2016-02-26 10:33:51 -05:00
parent cfe8d82c32
commit f8aeb53372
257 changed files with 375 additions and 561 deletions

View File

@@ -2,8 +2,7 @@ SUMMARY="Berkeley implementation of Yacc"
DESCRIPTION="
Berkeley Yacc (byacc) is generally conceded to be the best yacc variant \
available. In contrast to bison, it is written to avoid dependencies upon a \
particular compiler.
"
particular compiler."
HOMEPAGE="http://invisible-island.net/byacc/byacc.html"
COPYRIGHT="2002-2013,2014 by Thomas E. Dickey"
LICENSE="Public Domain"
@@ -16,10 +15,10 @@ ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
byacc = $portVersion
cmd:yacc = $portVersion
"
"
REQUIRES="
haiku
"
"
BUILD_REQUIRES="
haiku_devel