Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2003 00:03:59 +0200
From:      Martin Karlsson <mk-freebsd@bredband.net>
To:        Derrick Ryalls <ryallsd@datasphereweb.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How to make a port not build
Message-ID:  <20030706220359.GA79044@c-5cc170d5.bredbandsbolaget.se>
In-Reply-To: <00de01c34409$2db1b040$0200a8c0@bartxp>
References:  <00de01c34409$2db1b040$0200a8c0@bartxp>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

* Derrick Ryalls <ryallsd@datasphereweb.com> [2003-07-06 14.54 -0700]:
> Normally when building a port, I just type make install clean and let it
> run.  However, I need to modify a source file before the build starts.
> Since many patches are included in the port, I am looking for it to stop
> after everything is downloaded extracted and patched, just before the
> build starts.  Is there an elegant way of doing this besides hitting
> Cntrl-C when it starts to build?

man ports(7), look for the word TARGETS. In this case 'make patch' 
(without the ''), instead of 'make install clean' would do what you 
want.

HTH,
-- 
Martin Karlsson



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