diff options
author | joerg <joerg@pkgsrc.org> | 2011-12-07 10:30:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-12-07 10:30:32 +0000 |
commit | c7e9a9887d0d73c8a24002c9ae6cbdcbfa86e9e1 (patch) | |
tree | cb5a6381f160b0368aceed594e5f59deeaec4813 /fonts | |
parent | 91f7a9e09fcd7b23d0a67cc85b0e727190d10d96 (diff) | |
download | pkgsrc-c7e9a9887d0d73c8a24002c9ae6cbdcbfa86e9e1.tar.gz |
Mirror locally.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/liberation-ttf/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/fonts/liberation-ttf/Makefile b/fonts/liberation-ttf/Makefile index 4245828f57b..116aa126033 100644 --- a/fonts/liberation-ttf/Makefile +++ b/fonts/liberation-ttf/Makefile @@ -1,19 +1,18 @@ -# $NetBSD: Makefile,v 1.6 2011/11/22 18:05:06 shattered Exp $ +# $NetBSD: Makefile,v 1.7 2011/12/07 10:30:32 joerg Exp $ # DISTNAME= liberation-fonts-ttf-1.07.1 PKGREVISION= 1 PKGNAME= ${DISTNAME:S/-fonts//} CATEGORIES= fonts -MASTER_SITES= https://fedorahosted.org/releases/l/i/liberation-fonts/ +MASTER_SITES= https://fedorahosted.org/releases/l/i/liberation-fonts/ \ + ${MASTER_SITE_LOCAL} MAINTAINER= bartosz.kuzma@gmail.com HOMEPAGE= http://www.redhat.com/promo/fonts/ COMMENT= TrueType fonts from RedHat LICENSE= gnu-gpl-v2 # with some exception -FETCH_USING= curl - PKG_DESTDIR_SUPPORT= user-destdir NO_BUILD= yes |