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 | 6b4ce465521bec997ad90c2bcab168f0847197ed (patch) | |
tree | d9c68064fc2ac4f9d4944526a546ebde32538300 /x11/printproto | |
parent | bc10a2f2affcf9c99b8fa138af8f04b51927d64f (diff) | |
download | pkgsrc-6b4ce465521bec997ad90c2bcab168f0847197ed.tar.gz |
Switch master site to MASTER_SITE_XORG.
Diffstat (limited to 'x11/printproto')
-rw-r--r-- | x11/printproto/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/printproto/Makefile b/x11/printproto/Makefile index 4cb3a17a124..c995f06052f 100644 --- a/x11/printproto/Makefile +++ b/x11/printproto/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2008/04/16 14:27:45 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2008/05/24 21:45:16 tnn Exp $ # DISTNAME= printproto-1.0.4 CATEGORIES= x11 print -MASTER_SITES= http://xorg.freedesktop.org/releases/individual/proto/ +MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@NetBSD.org -HOMEPAGE= http://xorg.freedesktop.org/releases/individual/proto/ +HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Print extension headers from X.org PKG_DESTDIR_SUPPORT= user-destdir |