diff options
author | tnn <tnn> | 2008-05-24 21:45:14 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-24 21:45:14 +0000 |
commit | 47785da23bb7f3ceddac584687028622bd24610d (patch) | |
tree | d9c68064fc2ac4f9d4944526a546ebde32538300 /x11/xsetroot | |
parent | 8ffcdf8e7f4aa1c8e7dc517a5608022ecf858022 (diff) | |
download | pkgsrc-47785da23bb7f3ceddac584687028622bd24610d.tar.gz |
Switch master site to MASTER_SITE_XORG.
Diffstat (limited to 'x11/xsetroot')
-rw-r--r-- | x11/xsetroot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xsetroot/Makefile b/x11/xsetroot/Makefile index f2ea2416785..ee1f44d74ae 100644 --- a/x11/xsetroot/Makefile +++ b/x11/xsetroot/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2007/08/15 22:12:53 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/05/24 21:45:18 tnn Exp $ # DISTNAME= xsetroot-1.0.2 CATEGORIES= x11 -MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@NetBSD.org |