Date: Mon, 10 Sep 2018 20:29:08 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479483 - head/security/whatweb Message-ID: <201809102029.w8AKT8Y3006241@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Sep 10 20:29:07 2018 New Revision: 479483 URL: https://svnweb.freebsd.org/changeset/ports/479483 Log: Convert to options target helper Approved by: portmgr (blanket) Modified: head/security/whatweb/Makefile Modified: head/security/whatweb/Makefile ============================================================================== --- head/security/whatweb/Makefile Mon Sep 10 20:29:03 2018 (r479482) +++ head/security/whatweb/Makefile Mon Sep 10 20:29:07 2018 (r479483) @@ -29,14 +29,15 @@ 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} ) .endfor ${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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809102029.w8AKT8Y3006241>