diff options
Diffstat (limited to 'security/whatweb/Makefile')
-rw-r--r-- | security/whatweb/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/whatweb/Makefile b/security/whatweb/Makefile index 7f2488bde8d1..698c19cdb041 100644 --- a/security/whatweb/Makefile +++ b/security/whatweb/Makefile @@ -29,9 +29,6 @@ post-patch: ${WRKSRC}/whatweb do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - .for dir in addons lib my-plugins plugin-development plugins plugins-disabled ( cd ${WRKSRC}/${dir} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${RUBY_SITELIBDIR}/whatweb/${dir} ) @@ -39,4 +36,8 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/whatweb.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_SCRIPT} ${WRKSRC}/whatweb ${STAGEDIR}${PREFIX}/bin/whatweb +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + .include <bsd.port.mk> |