From 45e99b72ebe639c23ec20ae36c291edaf811290e Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Mon, 5 Oct 2015 15:13:09 +0000 Subject: [PATCH] define DOCSDIR to avoid file conflict with security/erlang-jose. --- security/elixir-jose/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/elixir-jose/Makefile b/security/elixir-jose/Makefile index 4163ddd0f373..dd0843eed59e 100644 --- a/security/elixir-jose/Makefile +++ b/security/elixir-jose/Makefile @@ -2,6 +2,7 @@ PORTNAME= jose PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= security PKGNAMEPREFIX= elixir- @@ -14,6 +15,7 @@ USES= elixir USE_GITHUB= yes GH_ACCOUNT= potatosalad GH_PROJECT= erlang-jose +DOCSDIR= ${PREFIX}/share/doc/elixir-${PORTNAME} MIX_BUILD_DEPS= converters/erlang-base64url \ security/erlang-jose