summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-27 18:41:11 +0000
committerwiz <wiz@pkgsrc.org>2014-01-27 18:41:11 +0000
commita8ce86997e0153e277ba6f540fddb593c3f19f44 (patch)
tree5a670e83731c045a6a2cd732ed95c0208be6f15a /fonts
parentd3a768ef59085720a0f42c43102737c59d39abd9 (diff)
downloadpkgsrc-a8ce86997e0153e277ba6f540fddb593c3f19f44.tar.gz
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/kanjistrokeorders-ttf/Makefile7
-rw-r--r--fonts/liberation-ttf/Makefile7
-rw-r--r--fonts/ricty-ttf/Makefile7
3 files changed, 3 insertions, 18 deletions
diff --git a/fonts/kanjistrokeorders-ttf/Makefile b/fonts/kanjistrokeorders-ttf/Makefile
index 1f8600bc87c..8128a03eaa4 100644
--- a/fonts/kanjistrokeorders-ttf/Makefile
+++ b/fonts/kanjistrokeorders-ttf/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/10/03 18:28:25 asau Exp $
-#
+# $NetBSD: Makefile,v 1.5 2014/01/27 18:41:12 wiz Exp $
DISTNAME= KanjiStrokeOrders_v${KSOVER}
PKGNAME= ${DISTNAME:tl:S/_v/-ttf-/}
@@ -12,10 +11,6 @@ HOMEPAGE= https://sites.google.com/site/nihilistorguk/
COMMENT= Japanese Kanji characters stroke order font
LICENSE= modified-bsd
-# 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
-
USE_X11BASE= YES
NO_CONFIGURE= YES
NO_BUILD= YES
diff --git a/fonts/liberation-ttf/Makefile b/fonts/liberation-ttf/Makefile
index 31ef3160b17..9becd090d6f 100644
--- a/fonts/liberation-ttf/Makefile
+++ b/fonts/liberation-ttf/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2013/04/13 12:01:42 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.12 2014/01/27 18:41:12 wiz Exp $
DISTNAME= liberation-fonts-ttf-2.00.1
PKGNAME= ${DISTNAME:S/-fonts//}
@@ -12,10 +11,6 @@ HOMEPAGE= http://www.redhat.com/promo/fonts/
COMMENT= TrueType fonts from RedHat
LICENSE= ofl-v1.1
-# 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
-
NO_BUILD= yes
NO_CONFIGURE= yes
diff --git a/fonts/ricty-ttf/Makefile b/fonts/ricty-ttf/Makefile
index a337a851c89..b43038a591b 100644
--- a/fonts/ricty-ttf/Makefile
+++ b/fonts/ricty-ttf/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2013/04/08 01:42:40 rodent Exp $
-#
+# $NetBSD: Makefile,v 1.14 2014/01/27 18:41:13 wiz Exp $
DISTNAME= Ricty-3.2.1
PKGNAME= ricty-ttf-3.2.1
@@ -12,10 +11,6 @@ HOMEPAGE= http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html
COMMENT= Migu 1M and Inconsolata based TrueType fonts for programming
LICENSE= ipafont AND ofl-v1.1 AND public-domain
-# 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
-
BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge
BUILD_DEPENDS+= migu-ttf-[0-9]*:../../fonts/migu-ttf
BUILD_DEPENDS+= inconsolata-ttf-[0-9]*:../../fonts/inconsolata-ttf