diff options
author | obache <obache> | 2013-01-27 08:41:37 +0000 |
---|---|---|
committer | obache <obache> | 2013-01-27 08:41:37 +0000 |
commit | 9811093ea651670851a8b18b3adc62f51709b593 (patch) | |
tree | b2acbf283b143b2177710185405d6f78b010e013 /cad | |
parent | a24e071857cd8bb4b154307eca3d8767b95edf7c (diff) | |
download | pkgsrc-9811093ea651670851a8b18b3adc62f51709b593.tar.gz |
use HTTP master site
Diffstat (limited to 'cad')
-rw-r--r-- | cad/openscad/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index daf59eeeebe..dd3882dab9f 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -1,19 +1,17 @@ -# $NetBSD: Makefile,v 1.17 2013/01/26 21:37:06 adam Exp $ +# $NetBSD: Makefile,v 1.18 2013/01/27 08:41:37 obache Exp $ # PKGNAME= openscad-2011.12 DISTNAME= openscad-2011.12.src PKGREVISION= 10 CATEGORIES= cad -MASTER_SITES= https://github.com/downloads/openscad/openscad/ +MASTER_SITES= http://cloud.github.com/downloads/openscad/openscad/ MAINTAINER= reinoud@NetBSD.org HOMEPAGE= http://www.openscad.org/ COMMENT= OpenSCAD - The Programmers Solid 3D CAD Modeller LICENSE= gnu-gpl-v2 -FETCH_USING= curl - WRKSRC= ${WRKDIR}/openscad-2011.12 USE_LANGUAGES= c c++ |