From owner-cvs-all@FreeBSD.ORG Thu Aug 21 15:26:18 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60F6E106566B; Thu, 21 Aug 2008 15:26:18 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3553F8FC08; Thu, 21 Aug 2008 15:26:18 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7LFQI0e048290; Thu, 21 Aug 2008 15:26:18 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7LFQIIP048289; Thu, 21 Aug 2008 15:26:18 GMT (envelope-from rafan) Message-Id: <200808211526.m7LFQIIP048289@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 21 Aug 2008 15:26:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/magicrescue Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2008 15:26:18 -0000 rafan 2008-08-21 15:26:18 UTC FreeBSD ports repository Modified files: sysutils/magicrescue Makefile Log: - Since configure script is a home-made one, not generated by autoconf, we should not set GNU_CONFIGURE to yes. Instead, we use HAS_CONFIGURE. This eliminates the warning below: configure: warning: ignoring option --build=amd64-portbld-freebsd7.0 Approved by: ehaupt (maintainer via irc) Revision Changes Path 1.7 +1 -1 ports/sysutils/magicrescue/Makefile