Bug 66953 - security/nikto doesn't install docs.
Summary: security/nikto doesn't install docs.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-20 19:30 UTC by jimmie james
Modified: 2004-05-21 23:40 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jimmie james 2004-05-20 19:30:16 UTC
 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
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-05-21 17:45:39 UTC
Class Changed
From-To: sw-bug->change-request

Reformat this PR so it is acceptable to GNATS. 


Comment 2 Mark Linimon freebsd_committer freebsd_triage 2004-05-21 17:45:39 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports-bugs
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-05-21 23:39:59 UTC
State Changed
From-To: open->closed

Committed with some modifications, thank you!