The nikto tarball has several docs that don't get installed, license, usage, changlog, etc... Fix: Makefile, and pkg-plist diff's (work here, I hope they're done correctly, hope the lines wrap right, have to send from yahoo, sorry) *** Makefile.orig Thu May 20 01:48:36 2004 --- Makefile Thu May 20 01:54:21 2004 *************** *** 27,32 **** --- 27,37 ---- @${REINPLACE_CMD} -e "s|/usr/bin/nmap|${PREFIX}/bin/nmap|g" ${WRKSRC}/config.txt @${REINPLACE_CMD} -e "s|/usr/local/nikto|${PREFIX}/share/nikto|g" ${WRKSRC}/config.txt @${INSTALL_DATA} ${WRKSRC}/config.txt ${PREFIX}/etc/nikto/ + @${INSTALL_DATA} ${WRKSRC}/docs/nikto_usage.txt ${PREFIX}/etc/nikto/ + @${INSTALL_DATA} ${WRKSRC}/docs/nikto_usage.html ${PREFIX}/etc/nikto/ + @${INSTALL_DATA} ${WRKSRC}/docs/CHANGES.txt ${PREFIX}/etc/nikto/ + @${INSTALL_DATA} ${WRKSRC}/docs/LICENSE.txt ${PREFIX}/etc/nikto/ + @${INSTALL_DATA} ${WRKSRC}/docs/README_plugins.txt ${PREFIX}/etc/nikto/ @${MKDIR} ${PREFIX}/share/nikto/ && ${CHMOD} 755 ${PREFIX}/share/nikto/ @for i in `${LS} ${WRKSRC}/plugins/` ; \ do \ *** pkg-plist.orig Thu May 20 01:54:28 2004 --- pkg-plist Thu May 20 02:04:28 2004 *************** *** 1,5 **** --- 1,10 ---- bin/nikto etc/nikto/config.txt + etc/nikto/nikto_usage.txt + etc/nikto/nikto_usage.html + etc/nikto/CHANGES.txt + etc/nikto/LICENSE.txt + etc/nikto/README_plugins.txt share/nikto/nikto_mutate.plugin share/nikto/nikto_outdated.plugin share/nikto/nikto_apacheusers.plugin __________________________________ Do you Yahoo!? Yahoo! Domains Claim yours for only $14.70/year http://smallbusiness.promotions.yahoo.com/offer How-To-Repeat: portinstall security/nikto
Class Changed From-To: sw-bug->change-request Reformat this PR so it is acceptable to GNATS.
Responsible Changed From-To: gnats-admin->freebsd-ports-bugs
State Changed From-To: open->closed Committed with some modifications, thank you!