svn commit: r404816 - head/math/pdal

Antoine Brodin antoine at FreeBSD.org
Wed Dec 30 09:53:31 UTC 2015


Author: antoine
Date: Wed Dec 30 09:53:30 2015
New Revision: 404816
URL: https://svnweb.freebsd.org/changeset/ports/404816

Log:
  Fix fech, GH_PROJECT for this port is case sensitive

Modified:
  head/math/pdal/Makefile

Modified: head/math/pdal/Makefile
==============================================================================
--- head/math/pdal/Makefile	Wed Dec 30 09:50:49 2015	(r404815)
+++ head/math/pdal/Makefile	Wed Dec 30 09:53:30 2015	(r404816)
@@ -16,6 +16,7 @@ compiler_ARGS=	c++11-lang
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	${PORTNAME:tu}
+GH_PROJECT=	${GH_ACCOUNT}
 
 OPTIONS_DEFINE=	GDAL GEOTIFF LIBXML2 EMBED_BOOST
 OPTIONS_DEFAULT=	GDAL GEOTIFF LIBXML2


More information about the svn-ports-all mailing list