From a8ce86997e0153e277ba6f540fddb593c3f19f44 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 27 Jan 2014 18:41:11 +0000 Subject: Do not set FETCH_USING, should not be set in a package Makefile. --- math/cgal/Makefile | 5 +---- math/eigen2/Makefile | 3 +-- math/eigen3/Makefile | 3 +-- math/fityk/Makefile | 3 +-- 4 files changed, 4 insertions(+), 10 deletions(-) (limited to 'math') diff --git a/math/cgal/Makefile b/math/cgal/Makefile index d66076baa64..5e290a01e26 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2013/11/20 20:04:35 adam Exp $ -# +# $NetBSD: Makefile,v 1.21 2014/01/27 18:41:13 wiz Exp $ PKGNAME= cgal-3.9 DISTNAME= CGAL-3.9 @@ -12,8 +11,6 @@ HOMEPAGE= http://www.cgal.org/ COMMENT= Computational Geometry Algorithms Library LICENSE= gnu-lgpl-v3 -FETCH_USING= curl - USE_CMAKE= yes USE_LANGUAGES= c c++ diff --git a/math/eigen2/Makefile b/math/eigen2/Makefile index d56da9c7f91..2d3fff35c74 100644 --- a/math/eigen2/Makefile +++ b/math/eigen2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/09/11 23:04:18 asau Exp $ +# $NetBSD: Makefile,v 1.10 2014/01/27 18:41:13 wiz Exp $ DISTNAME= 2.0.17 PKGNAME= eigen-2.0.17 @@ -15,6 +15,5 @@ LICENSE= gnu-lgpl-v3 OR gnu-gpl-v2 USE_LANGUAGES+= c c++ USE_CMAKE= yes WRKSRC= ${WRKDIR}/eigen-eigen-b23437e61a07 -FETCH_USING= curl .include "../../mk/bsd.pkg.mk" diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile index 4b1723b891b..1ea4febed79 100644 --- a/math/eigen3/Makefile +++ b/math/eigen3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2013/10/06 16:16:17 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/01/27 18:41:13 wiz Exp $ DISTNAME= 3.1.4 PKGNAME= eigen3-3.1.4 @@ -17,7 +17,6 @@ USE_CMAKE= yes CMAKE_ARG_PATH= .. CONFIGURE_DIRS= _build WRKSRC= ${WRKDIR}/eigen-eigen-36bf2ceaf8f5 -FETCH_USING= curl pre-configure: ${MKDIR} ${WRKSRC}/_build diff --git a/math/fityk/Makefile b/math/fityk/Makefile index 8bf832f73d3..584bb57c653 100644 --- a/math/fityk/Makefile +++ b/math/fityk/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.26 2013/10/10 14:42:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.27 2014/01/27 18:41:13 wiz Exp $ DISTNAME= fityk-0.9.7 PKGREVISION= 16 CATEGORIES= math #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fityk/} MASTER_SITES= https://cloud.github.com/downloads/wojdyr/fityk/ -FETCH_USING= curl EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -- cgit v1.2.3