diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-30 15:13:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-30 15:13:19 +0000 |
commit | 0a38ae95b75e4191d2bc7779141805837a604f40 (patch) | |
tree | 72a940b4201682de30eda8c9b0e307555f4681b7 /security | |
parent | b5926d9e70f0671f279182501e176f93922bc79a (diff) | |
download | pkgsrc-0a38ae95b75e4191d2bc7779141805837a604f40.tar.gz |
Remove pkg_views support, second part: infrastructure.
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 |