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 /x11/xlogo | |
parent | 4e9ef6e999f72a95520185a31f2619b4dde114eb (diff) | |
download | pkgsrc-9f2a42bc6b4b37f45cb2ff984e4417922309bb82.tar.gz |
Switch master site to MASTER_SITE_XORG.
Diffstat (limited to 'x11/xlogo')
-rw-r--r-- | x11/xlogo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlogo/Makefile b/x11/xlogo/Makefile index 409e2a599fd..0cea7c5045e 100644 --- a/x11/xlogo/Makefile +++ b/x11/xlogo/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2008/03/24 11:51:58 xtraeme Exp $ +# $NetBSD: Makefile,v 1.4 2008/05/24 21:45:19 tnn Exp $ # DISTNAME= xlogo-1.0.1 PKGREVISION= 1 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 |