Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2015 15:11:35 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398651 - head/security/erlang-jose
Message-ID:  <201510051511.t95FBZ6w073255@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Mon Oct  5 15:11:35 2015
New Revision: 398651
URL: https://svnweb.freebsd.org/changeset/ports/398651

Log:
  define DOCDIRS to avoid file conflict with security/elixir-jose.

Modified:
  head/security/erlang-jose/Makefile

Modified: head/security/erlang-jose/Makefile
==============================================================================
--- head/security/erlang-jose/Makefile	Mon Oct  5 14:32:30 2015	(r398650)
+++ head/security/erlang-jose/Makefile	Mon Oct  5 15:11:35 2015	(r398651)
@@ -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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510051511.t95FBZ6w073255>