pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Substitution stage on PLIST



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



Home | Main Index | Thread Index | Old Index