byacc: provide byacc.

avoid conflict with bison.
This commit is contained in:
Jerome Duval
2017-07-15 14:48:56 +02:00
parent b926432d17
commit 985a35d9cb

View File

@@ -6,7 +6,7 @@ particular compiler."
HOMEPAGE="http://invisible-island.net/byacc/byacc.html"
COPYRIGHT="2002-2013,2014 by Thomas E. Dickey"
LICENSE="Public Domain"
REVISION="2"
REVISION="3"
SOURCE_URI="ftp://invisible-island.net/byacc/byacc-$portVersion.tgz"
CHECKSUM_SHA256="c354e4ee14c4a1bf11e55dde9275011d14887ef066406a088b6fa56caf039248"
@@ -14,7 +14,7 @@ ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
byacc = $portVersion
cmd:yacc = $portVersion
cmd:byacc = $portVersion
"
REQUIRES="
haiku
@@ -33,7 +33,7 @@ BUILD_PREREQUIRES="
BUILD()
{
runConfigure --omit-dirs docDir ./configure
runConfigure --omit-dirs docDir ./configure --program-transform=s,^,b,
make
}