From 99fcf8cc21d60d997e69bbf39fd15d0babed3507 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Wed, 8 Jul 2015 11:36:34 +0000 Subject: [PATCH] Use actual port name as PORTNAME, and set ELIXIR_APP_NAME. Obtained from: misc/elixir-uuid --- devel/elixir-bson/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/elixir-bson/Makefile b/devel/elixir-bson/Makefile index 25ca3b9a014b..39f6070baa15 100644 --- a/devel/elixir-bson/Makefile +++ b/devel/elixir-bson/Makefile @@ -1,9 +1,8 @@ # $FreeBSD$ -PORTNAME= bson +PORTNAME= elixir-bson PORTVERSION= 0.4.3 CATEGORIES= devel -PKGNAMEPREFIX= elixir- MAINTAINER= vanilla@FreeBSD.org COMMENT= BSON implementation in Elixir @@ -13,6 +12,7 @@ LICENSE= MIT USES= elixir USE_GITHUB= yes GH_ACCOUNT= checkiz -GH_PROJECT= elixir-${PORTNAME} + +ELIXIR_APP_NAME=bson .include