From 14910ebf1664f4e74aaf866caa89ac68e1f2c6fc Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 15 Jun 2013 21:41:52 +0200 Subject: [PATCH] sed: update recipe * Use runConfigure. * Use jobArgs. --- sys-apps/sed/sed-4.2.1.recipe | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sys-apps/sed/sed-4.2.1.recipe b/sys-apps/sed/sed-4.2.1.recipe index f3e4cface..df4fb1d54 100644 --- a/sys-apps/sed/sed-4.2.1.recipe +++ b/sys-apps/sed/sed-4.2.1.recipe @@ -10,9 +10,11 @@ DESCRIPTION=" editors. " HOMEPAGE="http://www.gnu.org/software/sed" +COPYRIGHT="1989-2009 Free Software Foundation, Inc." +LICENSE="GNU GPL v3" SRC_URI="http://ftp.gnu.org/gnu/sed/sed-4.2.1.tar.gz" CHECKSUM_MD5="f0fd4d7da574d4707e442285fd2d3b86" -REVISION="4" +REVISION="5" ARCHITECTURES="x86_gcc2 ?x86" PROVIDES=" @@ -35,10 +37,10 @@ SOURCE_DIR="$portVersionedName" BUILD() { - ./configure $configureDirArgs \ + runConfigure ./configure \ --enable-regex-tests --without-included-regex \ --disable-rpath --with-gnu-ld - make + make $jobArgs } INSTALL() @@ -47,6 +49,3 @@ INSTALL() rm $libDir/charset.alias rmdir $libDir } - -LICENSE="GNU GPL v3" -COPYRIGHT="1989-2009 Free Software Foundation, Inc."