1
0
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:
Muhammad Moinur Rahman 2024-01-21 23:42:00 +01:00
parent 0a563fcbcd
commit 7e25017291
2 changed files with 3 additions and 2 deletions

View File

@ -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:

View File

@ -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