--- wtf.orig 2015-07-02 11:27:32.000000000 +0000
+++ wtf
@@ -87,8 +87,8 @@
continue
fi
- # Try pkg_info(1) next
- ans="$(pkg_info -qc "$i" 2> /dev/null)"
+ # Try pkg-info(8) next
+ ans="$(pkg info -q --comment "$i" 2> /dev/null)"
if [ $? -eq 0 ]; then
echo "$i: $ans"