svn commit: r405773 - head/audio/HVSC-Update

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jan 11 11:02:32 UTC 2016


Author: amdmi3
Date: Mon Jan 11 11:02:30 2016
New Revision: 405773
URL: https://svnweb.freebsd.org/changeset/ports/405773

Log:
  - Switch to options helpers

Modified:
  head/audio/HVSC-Update/Makefile

Modified: head/audio/HVSC-Update/Makefile
==============================================================================
--- head/audio/HVSC-Update/Makefile	Mon Jan 11 10:48:21 2016	(r405772)
+++ head/audio/HVSC-Update/Makefile	Mon Jan 11 11:02:30 2016	(r405773)
@@ -23,6 +23,8 @@ OPTIONS_DEFINE=	DOCS
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/Update ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list