svn commit: r428791 - head/astro/libosmium

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 17 17:48:00 UTC 2016


Author: amdmi3
Date: Sat Dec 17 17:47:59 2016
New Revision: 428791
URL: https://svnweb.freebsd.org/changeset/ports/428791

Log:
  - Fix another comment type
  
  Reported by:	jhale

Modified:
  head/astro/libosmium/Makefile

Modified: head/astro/libosmium/Makefile
==============================================================================
--- head/astro/libosmium/Makefile	Sat Dec 17 17:39:31 2016	(r428790)
+++ head/astro/libosmium/Makefile	Sat Dec 17 17:47:59 2016	(r428791)
@@ -26,7 +26,7 @@ GH_ACCOUNT=	osmcode
 USES=		cmake compiler:c++11-lib
 CMAKE_ARGS=	-DBUILD_EXAMPLES:BOOL=OFF
 
-# though it builds tests, the library itself it header-only
+# though it builds tests, the library itself is header-only
 NO_ARCH=	yes
 
 PORTDOCS=	*


More information about the svn-ports-all mailing list