diff options
author | tnn <tnn> | 2008-05-24 21:45:14 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-24 21:45:14 +0000 |
commit | fc3409682f16d3ddcc6cb63837f6111437ee9747 (patch) | |
tree | d9c68064fc2ac4f9d4944526a546ebde32538300 /x11/libxkbui | |
parent | e5e0f5a7241cdbfc0a735c0e9d7b3e2ed22d6bf7 (diff) | |
download | pkgsrc-fc3409682f16d3ddcc6cb63837f6111437ee9747.tar.gz |
Switch master site to MASTER_SITE_XORG.
Diffstat (limited to 'x11/libxkbui')
-rw-r--r-- | x11/libxkbui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libxkbui/Makefile b/x11/libxkbui/Makefile index 3ddfd473868..faa3f0e0a96 100644 --- a/x11/libxkbui/Makefile +++ b/x11/libxkbui/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2007/11/23 14:34:33 bjs Exp $ +# $NetBSD: Makefile,v 1.3 2008/05/24 21:45:16 tnn Exp $ # DISTNAME= libxkbui-1.0.2 PKGREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/ +MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@NetBSD.org |