Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2015 15:13:10 +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: r398652 - head/security/elixir-jose
Message-ID:  <201510051513.t95FDAtK073417@repo.freebsd.org>

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

Log:
  define DOCSDIR to avoid file conflict with security/erlang-jose.

Modified:
  head/security/elixir-jose/Makefile

Modified: head/security/elixir-jose/Makefile
==============================================================================
--- head/security/elixir-jose/Makefile	Mon Oct  5 15:11:35 2015	(r398651)
+++ head/security/elixir-jose/Makefile	Mon Oct  5 15:13:09 2015	(r398652)
@@ -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



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