diff options
Diffstat (limited to 'x11/xhost')
-rw-r--r-- | x11/xhost/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xhost/Makefile b/x11/xhost/Makefile index f40615a2337..a3edcbc707a 100644 --- a/x11/xhost/Makefile +++ b/x11/xhost/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2007/10/15 14:39:46 abs Exp $ +# $NetBSD: Makefile,v 1.7 2008/05/24 21:45:18 tnn Exp $ # DISTNAME= xhost-1.0.2 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 |