From owner-svn-ports-head@freebsd.org Mon Oct 5 15:11:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C20D9B1E3C; Mon, 5 Oct 2015 15:11:36 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D5ADE9B; Mon, 5 Oct 2015 15:11:36 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t95FBZT3073256; Mon, 5 Oct 2015 15:11:35 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t95FBZ6w073255; Mon, 5 Oct 2015 15:11:35 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201510051511.t95FBZ6w073255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 5 Oct 2015 15:11:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398651 - head/security/erlang-jose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2015 15:11:36 -0000 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}