diff options
author | obache <obache> | 2013-01-27 08:39:19 +0000 |
---|---|---|
committer | obache <obache> | 2013-01-27 08:39:19 +0000 |
commit | a24e071857cd8bb4b154307eca3d8767b95edf7c (patch) | |
tree | 99e11bebcad89bbc9271e4fd44a6b62135830dae /cad | |
parent | e55ce8c96dd53abb6b7046df04d818a81d5e0932 (diff) | |
download | pkgsrc-a24e071857cd8bb4b154307eca3d8767b95edf7c.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 |