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/xev | |
parent | 8ffcdf8e7f4aa1c8e7dc517a5608022ecf858022 (diff) | |
download | pkgsrc-47785da23bb7f3ceddac584687028622bd24610d.tar.gz |
Switch master site to MASTER_SITE_XORG.
Diffstat (limited to 'x11/xev')
-rw-r--r-- | x11/xev/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xev/Makefile b/x11/xev/Makefile index f0e7a85f7aa..ec18dff7a6b 100644 --- a/x11/xev/Makefile +++ b/x11/xev/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.4 2008/04/16 21:52:26 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/05/24 21:45:16 tnn Exp $ # DISTNAME= xev-1.0.3 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 -HOMEPAGE= http://xorg.freedesktop.org/releases/individual/app/ +HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Display X events PKG_DESTDIR_SUPPORT= user-destdir |