make: update recipe

* Use runConfigure.
* Remove explicit declaration of source package.
This commit is contained in:
Ingo Weinhold
2013-06-15 22:37:41 +02:00
parent b8867b8fd6
commit 73c57a17bc

View File

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