svn commit: r422742 - head/devel/asmutils

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 25 09:01:43 UTC 2016


Author: amdmi3
Date: Sun Sep 25 09:01:42 2016
New Revision: 422742
URL: https://svnweb.freebsd.org/changeset/ports/422742

Log:
  - Switch to options helpers

Modified:
  head/devel/asmutils/Makefile

Modified: head/devel/asmutils/Makefile
==============================================================================
--- head/devel/asmutils/Makefile	Sun Sep 25 08:48:12 2016	(r422741)
+++ head/devel/asmutils/Makefile	Sun Sep 25 09:01:42 2016	(r422742)
@@ -75,6 +75,8 @@ do-install:
 		${LN} -sf fromdos todos && \
 		${LN} -sf mount umount && \
 		${LN} -sf sleep usleep)
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/[^i]* ${STAGEDIR}${DOCSDIR}
 	${LN} -sf Asmutils-HOWTO.html ${STAGEDIR}/${DOCSDIR}/index.html


More information about the svn-ports-head mailing list