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 | 9f2a42bc6b4b37f45cb2ff984e4417922309bb82 (patch) | |
tree | d9c68064fc2ac4f9d4944526a546ebde32538300 /fonts/font-alias | |
parent | 4e9ef6e999f72a95520185a31f2619b4dde114eb (diff) | |
download | pkgsrc-9f2a42bc6b4b37f45cb2ff984e4417922309bb82.tar.gz |
Switch master site to MASTER_SITE_XORG.
Diffstat (limited to 'fonts/font-alias')
-rw-r--r-- | fonts/font-alias/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/font-alias/Makefile b/fonts/font-alias/Makefile index 3fbbaa9d5c2..894b7b8b517 100644 --- a/fonts/font-alias/Makefile +++ b/fonts/font-alias/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/24 12:56:09 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2008/05/24 21:45:20 tnn Exp $ # DISTNAME= font-alias-1.0.1 CATEGORIES= fonts x11 -MASTER_SITES= http://xorg.freedesktop.org/releases/individual/font/ +MASTER_SITES= ${MASTER_SITE_XORG:=font/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@NetBSD.org -HOMEPAGE= http://xorg.freedesktop.org/releases/individual/font/ +HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Standard aliases for X11 PCF fonts PKG_DESTDIR_SUPPORT= user-destdir |