Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2000 01:52:56 -0300
From:      lioux@uol.com.br
To:        freebsd-ports@freebsd.org
Subject:   bsd.port.mk change
Message-ID:  <20000612015256.A23680@Fedaykin.here>

next in thread | raw e-mail | index | archive | help
	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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000612015256.A23680>