From 5de0699c3dc5862ec54d17c50c1cce0dba284de9 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 10 Sep 2018 20:29:07 +0000 Subject: [PATCH] Convert to options target helper Approved by: portmgr (blanket) --- security/whatweb/Makefile | 7 ++++--- 1 file 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