diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-24 21:45:14 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-24 21:45:14 +0000 |
commit | 6b4ce465521bec997ad90c2bcab168f0847197ed (patch) | |
tree | d9c68064fc2ac4f9d4944526a546ebde32538300 /fonts/font-util/Makefile | |
parent | bc10a2f2affcf9c99b8fa138af8f04b51927d64f (diff) | |
download | pkgsrc-6b4ce465521bec997ad90c2bcab168f0847197ed.tar.gz |
Switch master site to MASTER_SITE_XORG.
Diffstat (limited to 'fonts/font-util/Makefile')
-rw-r--r-- | fonts/font-util/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/font-util/Makefile b/fonts/font-util/Makefile index 1ad97df916e..ffd1eadcfe1 100644 --- a/fonts/font-util/Makefile +++ b/fonts/font-util/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2008/02/20 22:33:18 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2008/05/24 21:45:21 tnn Exp $ # DISTNAME= font-util-1.0.1 PKGREVISION= 1 CATEGORIES= fonts -MASTER_SITES= http://xorg.freedesktop.org/releases/individual/font/ +MASTER_SITES= ${MASTER_SITE_XORG:=font/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@NetBSD.org |