[possible solution] Re: How can I get the Dollar Sign '$' to show in OPTIONS Makefile lists?

Paul Seniura pdseniura at techie.com
Wed Oct 6 13:03:44 PDT 2004


> Also try \\$$

"IND\\$$FILE" shows:

  [X] FT             Include IND\ support

verbatim.

"IND\\$$\\$$FILE" shows:

  [X] FT             Include IND\$\ support

Okay that gave me a clue.

"IND\$$FILE" shows:

  [X] FT             Include IND$FILE support

Yeay!  :)

I did not need to set
FILE=FILE
or anything like that.

Thank you for helping!
Now I better update the PR.  :)

> # Adam

  --  thx, Paul Seniura.



More information about the freebsd-ports mailing list