Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2019 11:38:07 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503153 - head/devel/py-ttystatus
Message-ID:  <201905311138.x4VBc7gY069347@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri May 31 11:38:07 2019
New Revision: 503153
URL: https://svnweb.freebsd.org/changeset/ports/503153

Log:
  devel/py-ttystatus: Spell LICENSE_FILE correctly

Modified:
  head/devel/py-ttystatus/Makefile

Modified: head/devel/py-ttystatus/Makefile
==============================================================================
--- head/devel/py-ttystatus/Makefile	Fri May 31 11:37:28 2019	(r503152)
+++ head/devel/py-ttystatus/Makefile	Fri May 31 11:38:07 2019	(r503153)
@@ -11,7 +11,7 @@ MAINTAINER=	bapt@FreeBSD.org
 COMMENT=	Python progress reporting to /dev/tty
 
 LICENSE=	GPLv3
-LICENSE_FILES=	${WRKSRC}/COPYING
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		python:2.7
 NO_ARCH=	yes



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