diff options
author | obache <obache@pkgsrc.org> | 2013-01-27 08:39:19 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-01-27 08:39:19 +0000 |
commit | 7c203ee31e751f75e73fdbc78527419b4d7eaf1c (patch) | |
tree | 99e11bebcad89bbc9271e4fd44a6b62135830dae /cad | |
parent | a685856c2d247f982f472b5c1b9db74221a300fd (diff) | |
download | pkgsrc-7c203ee31e751f75e73fdbc78527419b4d7eaf1c.tar.gz |
use HTTP master site.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/librecad/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index aadb00479ba..1a2d3d3b8ed 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -1,21 +1,17 @@ -# $NetBSD: Makefile,v 1.13 2013/01/26 21:37:06 adam Exp $ +# $NetBSD: Makefile,v 1.14 2013/01/27 08:39:19 obache Exp $ # DISTNAME= LibreCAD-LibreCAD-v1.0.2-0-ga6826ad PKGNAME= librecad-1.0.2 PKGREVISION= 6 CATEGORIES= cad -MASTER_SITES= -https://github.com/LibreCAD/LibreCAD/tarball/v1.0.2 +MASTER_SITES= -http://nodeload.github.com/LibreCAD/LibreCAD/legacy.tar.gz/v1.0.2 MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://librecad.org/ COMMENT= Free Open Source personal CAD application LICENSE= gnu-gpl-v2 -# Force using "curl" for fetching the distribution file. It is only available -# over HTTPS and "curl" is the only fetch program which always supports HTTPS. -FETCH_USING= curl - WRKSRC= ${WRKDIR}/LibreCAD-LibreCAD-a5c34b2 USE_LANGUAGES= c c++ USE_TOOLS+= bash pax |