diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-13 04:15:53 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-13 04:15:53 +0000 |
commit | 28dd10dcb401c431386390d9b259d3f7330f6f2b (patch) | |
tree | 7faca4f0ee68daa442a553a83311caed144b3e09 /security/nikto | |
parent | 0101e2c34264299778df1cb6ea451b51dabf4ded (diff) |
Remove USE_REINPLACE from all categories starting with S
Notes
Notes:
svn path=/head/; revision=162215
Diffstat (limited to 'security/nikto')
-rw-r--r-- | security/nikto/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/nikto/Makefile b/security/nikto/Makefile index c72caf2ac423..f564c63028bb 100644 --- a/security/nikto/Makefile +++ b/security/nikto/Makefile @@ -21,7 +21,6 @@ COMMENT= Web and CGI vulnerability scanner with SSL support USE_BZIP2= yes USE_PERL5_RUN= yes NO_BUILD= yes -USE_REINPLACE= yes PORTDOCS= CHANGES.txt README_plugins.txt nikto_usage.html nikto_usage.txt MAN1= ${PORTNAME}.1 |