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 /x11/libXcursor | |
parent | bc10a2f2affcf9c99b8fa138af8f04b51927d64f (diff) | |
download | pkgsrc-6b4ce465521bec997ad90c2bcab168f0847197ed.tar.gz |
Switch master site to MASTER_SITE_XORG.
Diffstat (limited to 'x11/libXcursor')
-rw-r--r-- | x11/libXcursor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile index c27bc52a3c8..179860cefdc 100644 --- a/x11/libXcursor/Makefile +++ b/x11/libXcursor/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2008/01/15 23:20:12 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2008/05/24 21:45:15 tnn Exp $ # DISTNAME= libXcursor-1.1.9 CATEGORIES= x11 devel -MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/ +MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@NetBSD.org |