Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Oct 2004 15:03:12 -0500 (CDT)
From:      "Paul Seniura" <pdseniura@techie.com>
To:        "Adam Weinberger" <adamw@FreeBSD.org>
Cc:        freebsd-ports@FreeBSD.org
Subject:   [possible solution] Re: How can I get the Dollar Sign '$' to show in OPTIONS Makefile lists?
Message-ID:  <20041006200312.889C05C80@techpc04.okladot.state.ok.us>
In-Reply-To: <20041006191854.GR22274@toxic.magnesium.net>
References:  <20041006184750.BF6545C80@techpc04.okladot.state.ok.us> <20041006185212.GP22274@toxic.magnesium.net> <20041006191431.08E535C80@techpc04.okladot.state.ok.us> <20041006191854.GR22274@toxic.magnesium.net>

next in thread | previous in thread | raw e-mail | index | archive | help

> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041006200312.889C05C80>