#271 closed defect (worksforme)
Bypassing configure
Reported by: | marius173@… | Owned by: | kvv@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
In the process of creating a Portfile for analog, which does not require configure to be run. I found the only workaround was to create an executable shell script (with #!/bin/sh as the whole contents). It would be good to be able to bypass the configure step directly.
Change History (2)
comment:1 Changed 22 years ago by jpm@…
comment:2 Changed 22 years ago by landonf@…
Resolution: | → worksforme |
---|---|
Status: | new → closed |
JP's comments sum up the bug configure {} will do what you want
Note: See
TracTickets for help on using
tickets.
the configure phase (like all phases) can be bypassed directly from the portfile by redefining the phase - something like: configure { }
this is especially important for ports that have no install target so you can manually install: install {
}