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
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 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