How to tell what $var assigned PORTVERSION equals.

Eitan Adler eitanadlerlist at gmail.com
Mon Feb 2 19:07:03 PST 2009


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"
> 


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


More information about the freebsd-questions mailing list