diff options
Diffstat (limited to 'x11/xwininfo')
-rw-r--r-- | x11/xwininfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xwininfo/Makefile b/x11/xwininfo/Makefile index 984712002d9..8ed77bd9586 100644 --- a/x11/xwininfo/Makefile +++ b/x11/xwininfo/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2007/09/21 19:50:31 bjs Exp $ +# $NetBSD: Makefile,v 1.4 2008/05/24 21:45:20 tnn Exp $ # DISTNAME= xwininfo-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 |