mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fix ordering
This commit is contained in:
@@ -12,15 +12,15 @@ makes it possible to handle simple data-reformatting jobs with just a \
|
||||
few lines of code.
|
||||
"
|
||||
HOMEPAGE="http://invisible-island.net/mawk"
|
||||
COPYRIGHT="2009-2014 Thomas E. Dickey"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="ftp://invisible-island.net/mawk/mawk-1.3.4-20150503.tgz"
|
||||
CHECKSUM_SHA256="461673c7c4572e1e67e69e7bf7582e02d3c175b814485f2aa52c2c28099b3c6f"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2009-2014 Thomas E. Dickey"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm ppc"
|
||||
|
||||
SOURCE_DIR="mawk-1.3.4-20150503"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm ppc"
|
||||
|
||||
PROVIDES="
|
||||
mawk = $portVersion compat >= 1
|
||||
cmd:awk = $portVersion compat >= 1
|
||||
@@ -29,6 +29,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user