diff options
author | koobs <koobs@FreeBSD.org> | 2017-07-16 18:14:21 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2017-07-16 18:14:21 +0800 |
commit | 8ee9cf05973a0e04c65c8ed43abe0dd50bf9510b (patch) | |
tree | 89c8e5e3bdfe95d429bea645f4d5ba2d7f18d9b4 /www | |
parent | 58008800f770f2decbb23f3b66a6ee88de335cc1 (diff) | |
download | freebsd-ports-gnome-8ee9cf05973a0e04c65c8ed43abe0dd50bf9510b.tar.gz freebsd-ports-gnome-8ee9cf05973a0e04c65c8ed43abe0dd50bf9510b.tar.zst freebsd-ports-gnome-8ee9cf05973a0e04c65c8ed43abe0dd50bf9510b.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/py-rfc3987/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-rfc3987/Makefile b/www/py-rfc3987/Makefile index ca0e76095fd9..7a4c034a760c 100644 --- a/www/py-rfc3987/Makefile +++ b/www/py-rfc3987/Makefile @@ -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 |