1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

www/py-rfc3987: Fix LICENSE_FILE typo

Add missing filename suffix to LICENSE_FILE, without which causes an error at
patch time:

  ===>  Missing license file for GPLv3+ in /wrkdirs/usr/ports/www/py-rfc3987/work/rfc3987-1.3.7/COPYING
  *** Error code 1

Pointyhat:	koobs (QA every change!)
Reported by:	pkg-fallout
MFH:		2017Q3
This commit is contained in:
Kubilay Kocak 2017-07-16 10:14:21 +00:00
parent 6b2cb643f0
commit 6998e8156e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445993

View File

@ -11,7 +11,7 @@ MAINTAINER= koobs@FreeBSD.org
COMMENT= Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_FILE= ${WRKSRC}/COPYING.txt
USES= python
USE_PYTHON= autoplist distutils