svn commit: r404870 - head/net-mgmt/p0f2

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 30 16:20:19 UTC 2015


Author: amdmi3
Date: Wed Dec 30 16:20:18 2015
New Revision: 404870
URL: https://svnweb.freebsd.org/changeset/ports/404870

Log:
  - Switch to options helpers

Modified:
  head/net-mgmt/p0f2/Makefile

Modified: head/net-mgmt/p0f2/Makefile
==============================================================================
--- head/net-mgmt/p0f2/Makefile	Wed Dec 30 16:20:16 2015	(r404869)
+++ head/net-mgmt/p0f2/Makefile	Wed Dec 30 16:20:18 2015	(r404870)
@@ -36,6 +36,8 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/p0f${ii}fp ${STAGEDIR}${PREFIX}/etc/p0f
 .endfor
 	${INSTALL_MAN} ${WRKSRC}/p0f.1 ${STAGEDIR}${MANPREFIX}/man/man1
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for ii in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/doc/${ii} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list