Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Feb 2009 22:06:57 -0500
From:      Eitan Adler <eitanadlerlist@gmail.com>
To:        Adam Vande More <amvandemore@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How to tell what $var assigned PORTVERSION equals.
Message-ID:  <4987B4D1.40008@gmail.com>
In-Reply-To: <4987B38D.4000207@gmail.com>
References:  <4987B38D.4000207@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Adam Vande More wrote:
> How does one find out the PORTVERSION of a port when it's in a format
> like such:
> 
> PORTVERSION=    ${KDE4_VERSION}
cd /usr/ports
grep -R KDE4_VERSION .
./Mk/bsd.kde4.mk:KDE4_VERSION=          4.1.4

> 
> All the docs/examples I can find easily show PORTVERSION assigned a
> number, not variable.
> 
> Thanks
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@freebsd.org"
> 


-- 
Eitan Adler
"Security is increased by designing for the way humans actually behave."
-Jakob Nielsen



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