diff options
author | tobik <tobik@FreeBSD.org> | 2019-01-08 00:57:00 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-01-08 00:57:00 +0800 |
commit | 2b61701b1f6597ec604d1930f9e29e7f56430928 (patch) | |
tree | ee3a404f088da85fc096f8efcc44d9d0a51fcf6f /net-mgmt | |
parent | e29a004a74e40d803257216cb3cc8e62d0767229 (diff) | |
download | freebsd-ports-gnome-2b61701b1f6597ec604d1930f9e29e7f56430928.tar.gz freebsd-ports-gnome-2b61701b1f6597ec604d1930f9e29e7f56430928.tar.zst freebsd-ports-gnome-2b61701b1f6597ec604d1930f9e29e7f56430928.zip |
Do not set USE_GITHUB twice
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/crmsh/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net-mgmt/crmsh/Makefile b/net-mgmt/crmsh/Makefile index d228d719ce3b..c87f08a6b195 100644 --- a/net-mgmt/crmsh/Makefile +++ b/net-mgmt/crmsh/Makefile @@ -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 |