svn commit: r503153 - head/devel/py-ttystatus

Tobias Kortkamp tobik at FreeBSD.org
Fri May 31 11:38:08 UTC 2019


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 at 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


More information about the svn-ports-all mailing list