From 73c57a17bccf0e1dc6ccd8ebd0b2d03f75bebb14 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 15 Jun 2013 22:37:41 +0200 Subject: [PATCH] make: update recipe * Use runConfigure. * Remove explicit declaration of source package. --- sys-devel/make/make-3.82.recipe | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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"