svn commit: r401908 - head/converters/ta2as

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Nov 19 00:51:23 UTC 2015


Author: amdmi3
Date: Thu Nov 19 00:51:21 2015
New Revision: 401908
URL: https://svnweb.freebsd.org/changeset/ports/401908

Log:
  - Switch to options helpers

Modified:
  head/converters/ta2as/Makefile

Modified: head/converters/ta2as/Makefile
==============================================================================
--- head/converters/ta2as/Makefile	Thu Nov 19 00:51:15 2015	(r401907)
+++ head/converters/ta2as/Makefile	Thu Nov 19 00:51:21 2015	(r401908)
@@ -37,6 +37,8 @@ do-build:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-all mailing list