From owner-freebsd-ports@FreeBSD.ORG Wed Oct 6 20:03:44 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C648F16A4CE; Wed, 6 Oct 2004 20:03:44 +0000 (GMT) Received: from odot.okladot.state.ok.us (odot.okladot.state.ok.us [192.149.244.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D29843D55; Wed, 6 Oct 2004 20:03:42 +0000 (GMT) (envelope-from root@techpc04.okladot.state.ok.us) Received: from notes9c.okladot.state.ok.us (notes9c.okladot.state.ok.us [10.36.36.31])PAA64452; Wed, 6 Oct 2004 15:03:39 -0500 Received: from isdmon2.okladot.state.ok.us ([192.149.244.24]) by notes9c.okladot.state.ok.us (Lotus Domino Release 6.5.1) with ESMTP id 2004100615042798-136797 ; Wed, 6 Oct 2004 15:04:27 -0500 Received: from techpc04.okladot.state.ok.us (techpc04.okladot.state.ok.us [199.27.9.37])i96K3KmK046350; Wed, 6 Oct 2004 15:03:20 -0500 (CDT) (envelope-from root@techpc04.okladot.state.ok.us) Received: by techpc04.okladot.state.ok.us (Postfix, from userid 0) id 889C05C80; Wed, 6 Oct 2004 15:03:12 -0500 (CDT) To: "Adam Weinberger" From: "Paul Seniura" Errors-To: "Paul Seniura" Sender: "Paul Seniura" 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> Message-Id: <20041006200312.889C05C80@techpc04.okladot.state.ok.us> Date: Wed, 6 Oct 2004 15:03:12 -0500 (CDT) X-ODOT-MailScanner-Information: Please contact the Help Desk for more information X-ODOT-MailScanner: This E-mail appears not to contain malware. X-ODOT-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=-6.3, required 5, BAYES_10 -5.80, IN_REP_TO -3.20, J_CHICKENPOX_34 1.00, J_CHICKENPOX_44 1.00, RCVD_IN_ORBS 0.12, UPPERCASE_25_50 0.58) X-MIMETrack: Itemize by SMTP Server on Notes9c/ODOT(Release 6.5.1|January 21, 2004) at 10/06/2004 03:04:27 PM,at 10/06/2004 03:04:28 PM, Serialize complete at 10/06/2004 03:04:28 PM cc: freebsd-ports@FreeBSD.org Subject: [possible solution] Re: How can I get the Dollar Sign '$' to show in OPTIONS Makefile lists? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Paul Seniura List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 20:03:44 -0000 > 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.