diff options
author | mfechner <mfechner@FreeBSD.org> | 2018-07-05 14:43:39 +0800 |
---|---|---|
committer | mfechner <mfechner@FreeBSD.org> | 2018-07-05 14:43:39 +0800 |
commit | 21f8988d4afd992d43bfec30d43581469790373f (patch) | |
tree | e294f2a87e0360834094d6bfe692cb4e6db4cca5 | |
parent | 72eb7d829d70d93995eff5471276702b6f05a114 (diff) | |
download | freebsd-ports-gnome-21f8988d4afd992d43bfec30d43581469790373f.tar.gz freebsd-ports-gnome-21f8988d4afd992d43bfec30d43581469790373f.tar.zst freebsd-ports-gnome-21f8988d4afd992d43bfec30d43581469790373f.zip |
Corrected path to license file.
Reported by: pgk-fallout
Differential Revision: https://reviews.freebsd.org/D16127
-rw-r--r-- | devel/rubygem-grape-path-helpers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |