mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
automake: update recipe
Use runConfigure and jobArgs.
This commit is contained in:
@@ -10,7 +10,7 @@ COPYRIGHT="2013 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v2"
|
||||
SRC_URI="http://ftp.gnu.org/gnu/automake/automake-1.13.1.tar.gz"
|
||||
CHECKSUM_MD5="78a0ef8216b0556b44508e7b5b0c0847"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -44,8 +44,8 @@ SOURCE_DIR="$portVersionedName"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
PERL="/bin/env perl" ./configure $configureDirArgs
|
||||
make -j$jobs
|
||||
PERL="/bin/env perl" runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
Reference in New Issue
Block a user