Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2019 11:20:06 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511083 - head/math/py-pystan
Message-ID:  <201909041120.x84BK667026767@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Wed Sep  4 11:20:06 2019
New Revision: 511083
URL: https://svnweb.freebsd.org/changeset/ports/511083

Log:
  Add missing =
  
  Noticed by:	FreshPorts

Modified:
  head/math/py-pystan/Makefile

Modified: head/math/py-pystan/Makefile
==============================================================================
--- head/math/py-pystan/Makefile	Wed Sep  4 11:17:40 2019	(r511082)
+++ head/math/py-pystan/Makefile	Wed Sep  4 11:20:06 2019	(r511083)
@@ -11,7 +11,7 @@ MAINTAINER=	gmm@tutanota.com
 COMMENT=	PyStan is the Python interface for Stan
 
 LICENSE=	GPLv3
-LICENSE_FILE	LICENSE
+LICENSE_FILE=	LICENSE
 
 USES=		python shebangfix
 USE_PYTHON=	autoplist distutils



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