From 1e2cafa16fa639e205fd94b88762f6430bef008c Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 15 Jun 2013 22:03:16 +0200 Subject: [PATCH] automake: update recipe Use runConfigure and jobArgs. --- sys-devel/automake/automake-1.13.1.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/automake/automake-1.13.1.recipe b/sys-devel/automake/automake-1.13.1.recipe index 2f6186f0f..4f5136555 100644 --- a/sys-devel/automake/automake-1.13.1.recipe +++ b/sys-devel/automake/automake-1.13.1.recipe @@ -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()