From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 27 22:50:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 337D316A4CE for ; Sat, 27 Mar 2004 22:50:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2950543D41 for ; Sat, 27 Mar 2004 22:50:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2S6oLbv068504 for ; Sat, 27 Mar 2004 22:50:21 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2S6oKIJ068502; Sat, 27 Mar 2004 22:50:20 -0800 (PST) (envelope-from gnats) Date: Sat, 27 Mar 2004 22:50:20 -0800 (PST) Message-Id: <200403280650.i2S6oKIJ068502@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Clemens Fischer" Subject: Re: ports/64753: ports/misc/pdmenu doesn't install anything X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clemens Fischer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Mar 2004 06:50:21 -0000 The following reply was made to PR ports/64753; it has been noted by GNATS. From: "Clemens Fischer" To: "Volker Stolz" Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/64753: ports/misc/pdmenu doesn't install anything Date: 28 Mar 2004 08:44:00 +0200 * Volker Stolz: > Hm, it's the -v on the command-line: I think it's probably passed either > via $MAKE_FLAGS or $MAKE_ARGS to GNU make which just prints its copyright > and does nothing else. > Interim solution: Don't use -v. > I don't think that's intended, though. ahh! thanks, this one could have bit me with a much more important program. funny thing is, i tried the `-v' flag on gnu-make around the same time, but somehow this didn't proliferate through my brain :) maybe you porters should check for and remove the `-v' when an inferior gnu-make is involved? or reset all the $MAKE_FLAGS? clemens