There is a small typo in devel/gengetopt that causes it to not properly uninstall the info directory entry. It is missing a ":" after the name in the patch within the files/ dir. Please replace the patch with the one attach, It contains the following line change: Old line: +* GenGetopt (gengetopt). A tool for generating a C function which parses command line arguments. New Line: +* GenGetopt: (gengetopt). A tool for generating a C function which parses command line arguments. Without the colon, install-info is unable to remove it from ${PREFIX}/info/dir on uninstall. Thanks to Robert Huff (roberthuff@rcn.com) for pointing this out. How-To-Repeat: cd /usr/ports/devel/gengetopt && make install clean make deinstall will return the following error: ===> Deinstalling gengetopt-2.16 install-info: warning: no entries found for `/usr/local/info/gengetopt.info'; nothing deleted
State Changed From-To: open->closed Committed. Thanks!