Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jan 2019 16:57:00 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489585 - head/net-mgmt/crmsh
Message-ID:  <201901071657.x07Gv0br029572@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Jan  7 16:57:00 2019
New Revision: 489585
URL: https://svnweb.freebsd.org/changeset/ports/489585

Log:
  Do not set USE_GITHUB twice

Modified:
  head/net-mgmt/crmsh/Makefile

Modified: head/net-mgmt/crmsh/Makefile
==============================================================================
--- head/net-mgmt/crmsh/Makefile	Mon Jan  7 16:48:26 2019	(r489584)
+++ head/net-mgmt/crmsh/Makefile	Mon Jan  7 16:57:00 2019	(r489585)
@@ -25,8 +25,6 @@ USE_GITHUB=		yes
 GH_ACCOUNT=		ClusterLabs
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS=		--with-ocf-root=${PREFIX}/lib/ocf
-USE_GITHUB=		yes
-GH_ACCOUNT=		ClusterLabs
 
 NO_ARCH=		yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901071657.x07Gv0br029572>