svn commit: r398651 - head/security/erlang-jose

Vanilla I. Shu vanilla at FreeBSD.org
Mon Oct 5 15:11:36 UTC 2015


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}


More information about the svn-ports-head mailing list