mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
mawk, fix SOURCE_URI (#8908)
This commit is contained in:
@@ -12,8 +12,8 @@ few lines of code."
|
||||
HOMEPAGE="http://invisible-island.net/mawk"
|
||||
COPYRIGHT="2009-2017 Thomas E. Dickey"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="ftp://ftp.invisible-island.net/mawk/mawk-1.3.4-20171017.tgz"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://invisible-island.net/archives/mawk/mawk-1.3.4-20171017.tgz"
|
||||
CHECKSUM_SHA256="db17115d1ed18ed1607c8b93291db9ccd4fe5e0f30d2928c3c5d127b23ec9e5b"
|
||||
SOURCE_DIR="mawk-1.3.4-20171017"
|
||||
|
||||
@@ -39,6 +39,10 @@ BUILD_PREREQUIRES="
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
TEST_REQUIRES="
|
||||
cmd:cmp
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./configure --prefix=$prefix --mandir=$manDir
|
||||
|
||||
Reference in New Issue
Block a user