diff --git a/sys-devel/make/make-3.82.recipe b/sys-devel/make/make-3.82.recipe index f185c9434..c5c7c990b 100644 --- a/sys-devel/make/make-3.82.recipe +++ b/sys-devel/make/make-3.82.recipe @@ -14,7 +14,7 @@ LICENSE="GNU GPL v3" COPYRIGHT="1988-2010 Free Software Foundation, Inc." SRC_URI="http://ftp.gnu.org/pub/gnu/make/make-3.82.tar.bz2" CHECKSUM_MD5="1a11100f3c63fcf5753818e59d63088f" -REVISION="4" +REVISION="5" ARCHITECTURES="x86_gcc2 ?x86" PROVIDES=" @@ -39,7 +39,7 @@ SOURCE_DIR="$portVersionedName" BUILD() { libtoolize --force --copy --install - ./configure $configureDirArgs \ + runConfigure ./configure \ --disable-rpath --with-gnu-ld ./build.sh } @@ -48,7 +48,3 @@ INSTALL() { ./make install } - -# ----- source package ------------------------------------------------------- - -PROVIDES_source="make_source = $portVersion"