From c20382c785b860a25f952ff24176d3a73d567abc Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sat, 25 Sep 2010 04:45:31 +0000 Subject: [PATCH] Fixed make so that it uses itself to "make install". --- sys-devel/make/make-3.82.bep | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-devel/make/make-3.82.bep b/sys-devel/make/make-3.82.bep index 949b9d740..5a89a9064 100644 --- a/sys-devel/make/make-3.82.bep +++ b/sys-devel/make/make-3.82.bep @@ -5,17 +5,17 @@ CHECKSUM_MD5="1a11100f3c63fcf5753818e59d63088f" REVISION="1" STATUS_HAIKU="stable" DEPEND="" -MESSAGE="Warning, if building Haiku OptionalPackage, be sure Getext and libintl are not enabled" +MESSAGE="Warning, if building Haiku OptionalPackage, be sure gettext and libintl are not enabled" BUILD { cd make-3.82 - libtoolize -fci + libtoolize --force --copy --install ./configure --prefix=`finddir B_COMMON_DIRECTORY` LOCALEDIR="/etc/locale" - make + ./build.sh } INSTALL { cd make-3.82 - make install + ./make install } LICENSE="GNU GPL v3" COPYRIGHT="1988-2010 Free Software Foundation, Inc."