diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-08 09:04:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-08 09:04:59 +0000 |
commit | 3f84c4ba7dc6f8f0f65b4b76f6b3a0f6faba2285 (patch) | |
tree | 5662ec989c64abb20b0aee105df9b3f669010a9d /net/zerotier/Makefile | |
parent | bcf469fdeda9cd3a0233a7ac504d14739dceaf25 (diff) | |
download | ports-3f84c4ba7dc6f8f0f65b4b76f6b3a0f6faba2285.tar.gz ports-3f84c4ba7dc6f8f0f65b4b76f6b3a0f6faba2285.zip |
Don't set DISTNAME when using USE_GITHUB and MASTER_SITES=GH, the
framework already sets a unique DISTNAME.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=403254
Diffstat (limited to 'net/zerotier/Makefile')
-rw-r--r-- | net/zerotier/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index 6fc50c867213..9a58696eb246 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -5,7 +5,6 @@ PORTNAME= zerotier DISTVERSION= 1.1.0 CATEGORIES= net MASTER_SITES= GH -DISTNAME= ZeroTierOne MAINTAINER= corsmith@gmail.com COMMENT= Network virtualization everywhere |