Re: How to tell what $var assigned PORTVERSION equals.

2009-02-02 Thread Dan Nelson
In the last episode (Feb 03), Adam Vande More said: > 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. Running "make -V PORTVERS

Re: How to tell what $var assigned PORTVERSION equals.

2009-02-02 Thread Eitan Adler
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

How to tell what $var assigned PORTVERSION equals.

2009-02-02 Thread Adam Vande More
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 ___ freebsd-questions@freebsd.org mail