Aleksey Cheusov wrote:
Does anybody know how to make a substitution stage on PLIST.
That is, given PLIST file that contains, e.g.
...
${PYSITELIB}/BabelPhish/pixmaps/s9.gif
${PYSITELIB}/BabelPhish/pixmaps/stop.gif
...
I'd like to convert it to
...
lib/python2.4/site-packages/BabelPhish/pixmaps/s9.gif
lib/python2.4/site-packages/BabelPhish/pixmaps/stop.gif
...
bmake help topic=PLIST_SUBST Roland