From owner-freebsd-questions@FreeBSD.ORG Tue Feb 3 03:02:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA79C106564A for ; Tue, 3 Feb 2009 03:02:05 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from imedmobility.com (host-50.216-16-29.iw.net [216.16.29.50]) by mx1.freebsd.org (Postfix) with ESMTP id C7A1E8FC1D for ; Tue, 3 Feb 2009 03:02:05 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from midco.net (host-47-73-107-208.midco.net [208.107.73.47]) by imedmobility.com (Postfix) with ESMTP id C2C281173C98 for ; Mon, 2 Feb 2009 21:02:04 -0600 (CST) Message-ID: <4987B38D.4000207@gmail.com> Date: Tue, 03 Feb 2009 03:01:33 +0000 From: Adam Vande More User-Agent: Thunderbird 2.0.0.18 (X11/20081225) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: How to tell what $var assigned PORTVERSION equals. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2009 03:02:06 -0000 How does one find out the PORTVERSION of a port when it's in a format like such: PORTVERSION= ${KDE4_VERSION} All the docs/examples I can find easily show PORTVERSION assigned a number, not variable. Thanks