diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-10-05 23:11:35 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-10-05 23:11:35 +0800 |
commit | b80c8daac213cca217a0bab03aa11debf931c2c9 (patch) | |
tree | 3770bbe1126bf403296a25d0e6506dba64687785 /security | |
parent | 0833dd3f8778a5c6589c66341235ba2ee73e9946 (diff) | |
download | freebsd-ports-graphics-b80c8daac213cca217a0bab03aa11debf931c2c9.tar.gz freebsd-ports-graphics-b80c8daac213cca217a0bab03aa11debf931c2c9.tar.zst freebsd-ports-graphics-b80c8daac213cca217a0bab03aa11debf931c2c9.zip |
define DOCDIRS to avoid file conflict with security/elixir-jose.
Diffstat (limited to 'security')
-rw-r--r-- | security/erlang-jose/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/erlang-jose/Makefile b/security/erlang-jose/Makefile index b0bfbb0701c..cdf47f46e32 100644 --- a/security/erlang-jose/Makefile +++ b/security/erlang-jose/Makefile @@ -2,6 +2,7 @@ PORTNAME= jose PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= security PKGNAMEPREFIX= erlang- @@ -15,6 +16,7 @@ USE_GITHUB= yes GH_ACCOUNT= potatosalad GH_PROJECT= erlang-jose ERL_APP_NAME= erlang-jose +DOCSDIR= ${PREFIX}/share/doc/${ERL_APP_NAME} ERL_BUILD_DEPS= converters/erlang-base64url ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} |