From owner-cvs-share Sun Jul 28 01:09:20 1996 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA05427 for cvs-share-outgoing; Sun, 28 Jul 1996 01:09:20 -0700 (PDT) Received: from baloon.mimi.com (sjx-ca13-29.ix.netcom.com [199.182.128.189]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA05275; Sun, 28 Jul 1996 01:01:53 -0700 (PDT) Received: (from asami@localhost) by baloon.mimi.com (8.7.5/8.6.12) id BAA12108; Sun, 28 Jul 1996 01:01:51 -0700 (PDT) Date: Sun, 28 Jul 1996 01:01:51 -0700 (PDT) Message-Id: <199607280801.BAA12108@baloon.mimi.com> To: andreas@freefall.freebsd.org CC: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-share@freefall.freebsd.org In-reply-to: <199607271154.EAA03702@freefall.freebsd.org> (message from Andreas Klemm on Sat, 27 Jul 1996 04:54:32 -0700 (PDT)) Subject: Re: cvs commit: src/share/mk bsd.port.mk From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Fixed bug, that CONFIGURE_SCRIPT in a port's Makefile doesn't have * any effect. The target do-configure used ${SCRIPTDIR}/configure * instead of ${SCRIPTDIR}/${CONFIGURE_SCRIPT}. That is not a bug. There is no reason to change the name of the scripts in ${SCRIPTDIR}, as the porter creates them. CONFIGURE_SCRIPT is intended for use when the original tarball came with a configure script with a non-standard name (e.g., "Config"). Please back this out. Also, please don't commit something to bsd.port.mk without passing it through me first. Satoshi