aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2015-07-08 19:16:24 +0800
committerolgeni <olgeni@FreeBSD.org>2015-07-08 19:16:24 +0800
commit8879ce13227e27b22101d7fa7bc816914053da71 (patch)
tree395633ef1180c7cbcfdaa80077653b3f586ed577 /misc
parent9e63b4a68c87ed7735a5ed018bd6691ef5373bf6 (diff)
downloadfreebsd-ports-gnome-8879ce13227e27b22101d7fa7bc816914053da71.tar.gz
freebsd-ports-gnome-8879ce13227e27b22101d7fa7bc816914053da71.tar.zst
freebsd-ports-gnome-8879ce13227e27b22101d7fa7bc816914053da71.zip
Use actual port name as PORTNAME, and set ELIXIR_APP_NAME.
Diffstat (limited to 'misc')
-rw-r--r--misc/elixir-uuid/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/elixir-uuid/Makefile b/misc/elixir-uuid/Makefile
index ce1e045a72f6..19983c783749 100644
--- a/misc/elixir-uuid/Makefile
+++ b/misc/elixir-uuid/Makefile
@@ -1,10 +1,9 @@
# $FreeBSD$
-PORTNAME= uuid
+PORTNAME= elixir-uuid
PORTVERSION= 1.0.1
DISTVERSIONPREFIX= v
CATEGORIES= misc
-PKGNAMEPREFIX= elixir-
MAINTAINER= olgeni@FreeBSD.org
COMMENT= UUID generator and utilities for Elixir
@@ -14,6 +13,7 @@ LICENSE= APACHE20
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= zyro
-GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME}
+
+ELIXIR_APP_NAME=uuid
.include <bsd.port.mk>