port notes
Jordan K. Hubbard
jkh at apple.com
Sun May 2 12:10:31 PDT 2010
I dunno, it seems to me that being able to say:
notes "My initial note"
...
notes-append "Some additional notes, say from inside a variant"
...
notes-append "Some additional notes added by an internal security check"
Would be a lot more intuitive...
- jordan
On May 1, 2010, at 12:51 PM, Ryan Schmidt wrote:
> Yes, it looks like "notes" can only be called once. You can however build up the notes in a regular Tcl variable, e.g.:
>
> set my_notes Here are some notes.
> append my_notes Here are some more notes.
>
> And then use the notes command with that variable at the end of the portfile.
>
> notes ${my_notes}
More information about the macports-dev
mailing list