svn commit: r398652 - head/security/elixir-jose

Vanilla I. Shu vanilla at FreeBSD.org
Mon Oct 5 15:13:10 UTC 2015


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


More information about the svn-ports-all mailing list