aboutsummaryrefslogtreecommitdiff
path: root/security/whatweb
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-10 20:29:07 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-10 20:29:07 +0000
commit5de0699c3dc5862ec54d17c50c1cce0dba284de9 (patch)
treed27ff1a4816b35a142efc49e811cae8e3a3752bf /security/whatweb
parenta553e4ec85e91dd52ee8d2d1ad2d1b36d63b7c23 (diff)
downloadports-5de0699c3dc5862ec54d17c50c1cce0dba284de9.tar.gz
ports-5de0699c3dc5862ec54d17c50c1cce0dba284de9.zip
Convert to options target helper
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=479483
Diffstat (limited to 'security/whatweb')
-rw-r--r--security/whatweb/Makefile7
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>