[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RFC on HOMEPAGE inclusion in INDEX



I've just commited a small change that may help people wanting custom
INDEX and similar files.

Now, you will be able to do
make show="VAR1 VAR2 VAR3..."

and have the ports tree gives:
===> ${PKGPATH of first port}
${VAR1 of first port}
${VAR2 of first port}
${VAR3 of first port}
===> ${PKGPATH of second port}
${VAR1 of second port}
${VAR2 of second port}
${VAR3 of second port}
...

(remember that you can override ECHO_MSG if you want something else instead
of ===> ${PKGPATH})


so that you can easily grab the value of several variables in one go.