mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
security/whatweb: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
0a563fcbcd
commit
7e25017291
@ -1,5 +1,6 @@
|
||||
PORTNAME= whatweb
|
||||
DISTVERSION= 0.5.5-${GH_TAGNAME}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security www
|
||||
|
||||
MAINTAINER= jamie@catflap.org
|
||||
@ -34,7 +35,7 @@ do-install:
|
||||
( cd ${WRKSRC}/${dir} && \
|
||||
${COPYTREE_SHARE} . ${STAGEDIR}${RUBY_SITELIBDIR}/whatweb/${dir} )
|
||||
.endfor
|
||||
${INSTALL_MAN} ${WRKSRC}/whatweb.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/whatweb.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/whatweb ${STAGEDIR}${PREFIX}/bin/whatweb
|
||||
|
||||
do-install-DOCS-on:
|
||||
|
@ -1,5 +1,5 @@
|
||||
bin/whatweb
|
||||
man/man1/whatweb.1.gz
|
||||
share/man/man1/whatweb.1.gz
|
||||
%%RUBY_SITELIBDIR%%/whatweb/addons/country-scanner
|
||||
%%RUBY_SITELIBDIR%%/whatweb/addons/verify-nikto
|
||||
%%RUBY_SITELIBDIR%%/whatweb/lib/colour.rb
|
||||
|
Loading…
Reference in New Issue
Block a user