pkgsrc-Users archive

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

Re: teach wtf(6) about pkgsrc's help facility



Hubert Feyrer wrote:
+    # Try querying pkgsrc's help facility next
+    if [ -f ../../mk/bsd.pkg.mk ] ; then
+        ans=`make help topic="$1"`

Please "cd ../.." before running "make help". It will be much faster. It also doesn't execute some arbitrary commands based which package you are in.

I like it.

Roland



Home | Main Index | Thread Index | Old Index