Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 2015 09:37:00 +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: r403040 - head/comms/yaps
Message-ID:  <201512050937.tB59b0ng003673@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Dec  5 09:37:00 2015
New Revision: 403040
URL: https://svnweb.freebsd.org/changeset/ports/403040

Log:
  - Switch to options helpers

Modified:
  head/comms/yaps/Makefile

Modified: head/comms/yaps/Makefile
==============================================================================
--- head/comms/yaps/Makefile	Sat Dec  5 09:36:56 2015	(r403039)
+++ head/comms/yaps/Makefile	Sat Dec  5 09:37:00 2015	(r403040)
@@ -21,6 +21,8 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/yaps ${STAGEDIR}${PREFIX}/bin/
 	${INSTALL_DATA} ${WRKSRC}/yaps.rc ${STAGEDIR}${PREFIX}/etc/yaps.rc.sample
 	${INSTALL_MAN} ${WRKSRC}/yaps.1 ${STAGEDIR}${PREFIX}/man/man1/
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/yaps.doc ${WRKSRC}/yaps.html ${STAGEDIR}${DOCSDIR}
 



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