Date: Wed, 30 Dec 2015 09:53:30 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404816 - head/math/pdal Message-ID: <201512300953.tBU9rUwr013798@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512300953.tBU9rUwr013798>