Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Mar 2003 14:54:28 +0200
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        ports@FreeBSD.org
Subject:   Storing per-port configuration in Makefile.local
Message-ID:  <20030323125428.GB85608@sunbay.com>

next in thread | raw e-mail | index | archive | help

--3lcZGd9BuhuYXNfi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi!

I use the following technique in /etc/make.conf to store
the per-port configuration in Makefile.local files.
Just wanted to share the experience:

# ports glue
=2Eif exists(${.CURDIR}/Makefile.local)
=2Einclude "${.CURDIR}/Makefile.local"
=2Eendif

(Unfortunately, the USE_SUBMAKE doesn't DTRT in all the
cases.)


Cheers,
--=20
Ruslan Ermilov		Sysadmin and DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age

--3lcZGd9BuhuYXNfi
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE+fa6EUkv4P6juNwoRAnVdAJ9UQOL7IudbO44R26MPHbkclqqWcACfa7eV
Uq/BUu/6GyjXkueBYtwBsX8=
=H0on
-----END PGP SIGNATURE-----

--3lcZGd9BuhuYXNfi--

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?20030323125428.GB85608>