diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/nikto/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/nikto/Makefile b/security/nikto/Makefile index adb61a5d8d3..cfd8bb84970 100644 --- a/security/nikto/Makefile +++ b/security/nikto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/05/29 23:37:20 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2014/12/30 15:13:21 wiz Exp $ DISTNAME= nikto-1.36 PKGREVISION= 3 @@ -16,9 +16,6 @@ USE_TOOLS+= perl:run REPLACE_PERL= nikto.pl NO_BUILD= YES -# NOTE: this package will not work with pkgviews due to a hardcoded -# location for nmap. -# SUBST_CLASSES+= conf SUBST_STAGE.conf= post-patch SUBST_FILES.conf= config.txt |