diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-12 08:06:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-12 08:06:24 +0000 |
commit | 58da135efaf381f105610638dc63ef3a40332ee1 (patch) | |
tree | 6e209eccc51739c7b948c0f07245c66b391ca76f /fonts | |
parent | e33a8f1ec48c73fbba6c186c54d6850dc4936d27 (diff) | |
download | pkgsrc-58da135efaf381f105610638dc63ef3a40332ee1.tar.gz |
No reason to have MASTER_SITE_LOCAL here, there's a valid upstream.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/liberation-ttf/Makefile | 5 | ||||
-rw-r--r-- | fonts/ubuntu-fonts/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/fonts/liberation-ttf/Makefile b/fonts/liberation-ttf/Makefile index a75e8136ae5..81a01f80c95 100644 --- a/fonts/liberation-ttf/Makefile +++ b/fonts/liberation-ttf/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2014/06/01 16:35:36 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2016/04/12 08:06:24 wiz Exp $ DISTNAME= liberation-fonts-ttf-2.00.1 PKGNAME= ${DISTNAME:S/-fonts//} PKGREVISION= 1 CATEGORIES= fonts -MASTER_SITES= https://fedorahosted.org/releases/l/i/liberation-fonts/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= https://fedorahosted.org/releases/l/i/liberation-fonts/ MAINTAINER= bartosz.kuzma@gmail.com HOMEPAGE= http://www.redhat.com/promo/fonts/ diff --git a/fonts/ubuntu-fonts/Makefile b/fonts/ubuntu-fonts/Makefile index 34034f1745f..d355384f0c5 100644 --- a/fonts/ubuntu-fonts/Makefile +++ b/fonts/ubuntu-fonts/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2015/08/30 14:39:30 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/04/12 08:07:48 wiz Exp $ VERSION= 0.83 PKGNAME= ubuntu-fonts-${VERSION} CATEGORIES= fonts DISTNAME= ubuntu-font-family-${VERSION} EXTRACT_SUFX= .zip -MASTER_SITES= http://font.ubuntu.com/download/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= http://font.ubuntu.com/download/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://font.ubuntu.com/ |