From owner-freebsd-ports Sun Jun 11 21:52:44 2000 Delivered-To: freebsd-ports@freebsd.org Received: from bsa-1-as01-7-a04.gd.uol.com.br (bsa-1-as01-7-a04.gd.uol.com.br [200.197.118.4]) by hub.freebsd.org (Postfix) with ESMTP id 4B4E737B93F for ; Sun, 11 Jun 2000 21:52:41 -0700 (PDT) (envelope-from lioux@uol.com.br) Received: (qmail 23711 invoked by uid 1001); 12 Jun 2000 04:52:56 -0000 From: lioux@uol.com.br Date: Mon, 12 Jun 2000 01:52:56 -0300 To: freebsd-ports@freebsd.org Subject: bsd.port.mk change Message-ID: <20000612015256.A23680@Fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I proposed CONFIGURE_WRKSRC which I thank Satoshi for commiting. :) However, I miss the following change? Comments? Or, should we have AUTOCONF_WRKSRC? By the way, is my CC_SAFE that wrong? No one commented on that. Regards, Mario Ferreira --- /usr/ports/Mk/bsd.port.mk Mon May 29 15:31:51 2000 +++ /tmp/bsd.port.mk Mon Jun 12 01:48:18 2000 @@ -1730,7 +1730,7 @@ @(cd ${WRKSRC} && ${AUTOMAKE}) .endif .if defined(USE_AUTOCONF) - @(cd ${WRKSRC} && ${AUTOCONF}) + @(cd ${CONFIGURE_WRKSRC} && ${AUTOCONF}) .endif @if [ -f ${SCRIPTDIR}/configure ]; then \ cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message