summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2007-10-20 17:26:58 +0000
committerChristian Hartmann <ian@gentoo.org>2007-10-20 17:26:58 +0000
commit7bcc4a15113136d762429a4b5d41363cd18def99 (patch)
treeff398736effa20909af246184cc7bbb122f0e56b /net-analyzer/nikto/nikto-1.36.ebuild
parentfix #82311, #193492, #194415, #194546, #194828, #195792 (diff)
downloadgentoo-2-7bcc4a15113136d762429a4b5d41363cd18def99.tar.gz
gentoo-2-7bcc4a15113136d762429a4b5d41363cd18def99.tar.bz2
gentoo-2-7bcc4a15113136d762429a4b5d41363cd18def99.zip
Fixed bug #193916
(Portage version: 2.1.3.15)
Diffstat (limited to 'net-analyzer/nikto/nikto-1.36.ebuild')
-rw-r--r--net-analyzer/nikto/nikto-1.36.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nikto/nikto-1.36.ebuild b/net-analyzer/nikto/nikto-1.36.ebuild
index 47f247799f36..27289ddae430 100644
--- a/net-analyzer/nikto/nikto-1.36.ebuild
+++ b/net-analyzer/nikto/nikto-1.36.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.36.ebuild,v 1.3 2007/07/16 14:56:37 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.36.ebuild,v 1.4 2007/10/20 17:26:58 ian Exp $
DESCRIPTION="Web Server vulnerability scanner."
HOMEPAGE="http://www.cirt.net/code/nikto.shtml"
@@ -29,7 +29,7 @@ src_compile() {
-i -e 's:# PLUGINDIR=/usr/local/nikto/plugins:PLUGINDIR=/usr/share/nikto/plugins:' \
nikto.conf
- cp ${S}/docs/nikto-1.34.man ${WORKDIR}/${PN}.1
+ cp ${S}/docs/nikto-${PV}.man ${WORKDIR}/${PN}.1
}
src_install() {