Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2000 13:00:31 -0300
From:      lioux@uol.com.br
To:        Dan Larsson <dl@tyfon.net>
Cc:        ports@FreeBSD.ORG
Subject:   Re: shell script on pre-install
Message-ID:  <20000606130031.B308@Fedaykin.here>
In-Reply-To: <NEBBJANJCNNAKCPFKHHFKEBECGAA.dl@tyfon.net>; from dl@tyfon.net on Tue, Jun 06, 2000 at 05:05:00PM %2B0200
References:  <NEBBJANJCNNAKCPFKHHFKEBECGAA.dl@tyfon.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 06, 2000 at 05:05:00PM +0200, Dan Larsson wrote:
> I need to invoke a sh script on pre-install:
> in my Makefile
> 
> How?

Try something like this inside your makefile

pre-install:
	MYSCRIPT

So whenever you do make install. It will run pre-install and, then,
install.

--
mferreira


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?20000606130031.B308>