From 5202a57de73688e3bd0cf1cb17450d2f0179afbf Mon Sep 17 00:00:00 2001 From: Matthias Fechner Date: Thu, 5 Jul 2018 06:43:39 +0000 Subject: [PATCH] Corrected path to license file. Reported by: pgk-fallout Differential Revision: https://reviews.freebsd.org/D16127 --- devel/rubygem-grape-path-helpers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/rubygem-grape-path-helpers/Makefile b/devel/rubygem-grape-path-helpers/Makefile index b9b527ec391a..cd82c4eccdf9 100644 --- a/devel/rubygem-grape-path-helpers/Makefile +++ b/devel/rubygem-grape-path-helpers/Makefile @@ -9,7 +9,7 @@ MAINTAINER= mfechner@FreeBSD.org COMMENT= Route path helpers for Grape LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ rubygem-grape>=1.0:devel/rubygem-grape \