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."