Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jul 2003 17:48:52 -0700
From:      "Derrick Ryalls" <ryallsd@datasphereweb.com>
Cc:        <freebsd-questions@freebsd.org>
Subject:   RE: How to make a port not build
Message-ID:  <00f001c34421$8c8f7fd0$0200a8c0@bartxp>
In-Reply-To: <20030706220359.GA79044@c-5cc170d5.bredbandsbolaget.se>

next in thread | previous in thread | raw e-mail | index | archive | help
> * Derrick Ryalls <ryallsd@datasphereweb.com> [2003-07-06 14.54 -0700]:
> > Normally when building a port, I just type make install=20
> clean and let=20
> > it run.  However, I need to modify a source file before the build=20
> > starts. Since many patches are included in the port, I am=20
> looking for=20
> > it to stop after everything is downloaded extracted and=20
> patched, just=20
> > before the build starts.  Is there an elegant way of doing this=20
> > besides hitting Cntrl-C when it starts to build?
>=20
> man ports(7), look for the word TARGETS. In this case 'make patch'=20
> (without the ''), instead of 'make install clean' would do what you=20
> want.
>=20
> HTH,
> --=20
> Martin Karlsson
>=20

Thanks to all that responded.  I knew there had to be a better way.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00f001c34421$8c8f7fd0$0200a8c0>