On Apr 22, 2008, at 3:16 PM, Giorgio Valoti wrote:
I’m trying to write the portfile for pgintcl, a pure-Tcl PostgreSQL driver. The sources come without a Makefile and, even after having read the guide, it’s not clear to me how to customize the port phases. Any hints?
You can override the build phase with:
build {}
You can do this to any of the phases (as well as being able to add
post-/pre- targets to any of the phases).
If you still want to or need to do something in the build phase, just put it between those curly brackets.
-- Daniel J. Luke +========================================================+ | *---------------- [EMAIL PROTECTED] ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-users
