svn commit: r479483 - head/security/whatweb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 10 20:29:09 UTC 2018


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>


More information about the svn-ports-head mailing list