After going through all ports which have install-info in their pkg-plist or Makefile, I have the following wishlist for portlint: - When install-info is in the Makefile, and INFO is defined, it should generate a fatal "install-info is automatically run when INFO is defined'. - When install-info is defined in pkg-plist, it should throw a warning "Consider using the INFO macro" - When info/XXX.info is defined in pkg-plist, it should throw a fatal "Use the INFO macro for XXX.info" - When install-info is the Makefile, and INFO is not defined, it should throw a warning "Consider using the INFO macro" Hope you can do something with this wishlist.
Responsible Changed From-To: freebsd-ports-bugs->marcus Over to maintainer
State Changed From-To: open->closed Most of these were already implemented, but I added two additional checks.