From 843474f0cf3ef9dc0463163426453994f01573d8 Mon Sep 17 00:00:00 2001
From: Matthieu Herrb <matthieu.herrb@laas.fr>
Date: Wed, 16 Nov 2011 11:50:59 +0100
Subject: [PATCH] [laaswm-gui][py-laaswm] use MASTER_REPOSITORY_OPENROBOTS

replaces http:// with git:// by default
---
 laaswm-gui/Makefile | 2 +-
 py-laaswm/Makefile  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/laaswm-gui/Makefile b/laaswm-gui/Makefile
index 8dc8e5b5..bb4e7593 100644
--- a/laaswm-gui/Makefile
+++ b/laaswm-gui/Makefile
@@ -5,7 +5,7 @@ DISTNAME=		laaswm-libs-${VERSION}
 CATEGORIES=	    graphics
 
 MASTER_SITES=	${MASTER_SITE_OPENROBOTS:=laaswm-libs/}
-MASTER_REPOSITORY=	git http://trac.laas.fr/git/robots/laaswm-libs.git
+MASTER_REPOSITORY=	${MASTER_REPOSITORY_OPENROBOTS}laaswm-libs.git
 LICENSE=	isc
 
 MAINTAINER=	openrobots@laas.fr
diff --git a/py-laaswm/Makefile b/py-laaswm/Makefile
index 6d1ca9a6..a5112f44 100644
--- a/py-laaswm/Makefile
+++ b/py-laaswm/Makefile
@@ -6,7 +6,7 @@ COMMENT=	    Python bindings to remotely control windows in laaswm
 CATEGORIES=	    graphics
 
 MASTER_SITES=	${MASTER_SITE_OPENROBOTS:=laaswm-libs/}
-MASTER_REPOSITORY=	git http://trac.laas.fr/git/robots/laaswm-libs.git
+MASTER_REPOSITORY=	${MASTER_REPOSITORY_OPENROBOTS}laaswm-libs.git
 LICENSE=	isc
 
 MAINTAINER=	openrobots@laas.fr
-- 
GitLab