Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Sep 2016 09:01:42 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422742 - head/devel/asmutils
Message-ID:  <201609250901.u8P91gDW036388@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609250901.u8P91gDW036388>