Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2015 16:04:46 +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: r403212 - head/audio/dtmfdial
Message-ID:  <201512071604.tB7G4kqh095121@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Dec  7 16:04:46 2015
New Revision: 403212
URL: https://svnweb.freebsd.org/changeset/ports/403212

Log:
  - Switch to options helpers

Modified:
  head/audio/dtmfdial/Makefile

Modified: head/audio/dtmfdial/Makefile
==============================================================================
--- head/audio/dtmfdial/Makefile	Mon Dec  7 14:55:13 2015	(r403211)
+++ head/audio/dtmfdial/Makefile	Mon Dec  7 16:04:46 2015	(r403212)
@@ -20,6 +20,8 @@ OPTIONS_DEFINE=	DOCS
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/dial ${STAGEDIR}${PREFIX}/bin/dtmfdial
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 



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