diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2005-07-11 17:34:26 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2005-07-11 17:34:26 +0000 |
commit | a27c6a9f7f3e12861d884dd1bbb1f64a54ca5750 (patch) | |
tree | 36cb9e6c945fc6d37688a939cc66fa9f9a27a631 /x11 | |
parent | 4a3dfa2f469232fba95935d98d33693c754bb39b (diff) |
Fix MASTER_SITES.
Prodded by: Ports Janitor
Notes
Notes:
svn path=/head/; revision=138923
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXfixes/Makefile | 2 | ||||
-rw-r--r-- | x11/libXtrans/Makefile | 2 | ||||
-rw-r--r-- | x11/xproto/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/libXfixes/Makefile b/x11/libXfixes/Makefile index 834e5f96ef2b..caf85cf2638d 100644 --- a/x11/libXfixes/Makefile +++ b/x11/libXfixes/Makefile @@ -9,7 +9,7 @@ PORTNAME= libXfixes PORTVERSION= 2.0.1 PORTREVISION= 2 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ +MASTER_SITES= http://xlibs.freedesktop.org/release/ MAINTAINER= x11@FreeBSD.org COMMENT= X Fixes extension library diff --git a/x11/libXtrans/Makefile b/x11/libXtrans/Makefile index aaf12abdf215..66d7cdcef75a 100644 --- a/x11/libXtrans/Makefile +++ b/x11/libXtrans/Makefile @@ -9,7 +9,7 @@ PORTNAME= libXtrans PORTVERSION= 0.1 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ +MASTER_SITES= http://xlibs.freedesktop.org/release/ MAINTAINER= x11@FreeBSD.org COMMENT= Network API translation layer for X applications and libraries diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile index 9616df522aed..153091c2e726 100644 --- a/x11/xproto/Makefile +++ b/x11/xproto/Makefile @@ -8,7 +8,7 @@ PORTNAME= xproto PORTVERSION= 6.6.2 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ +MASTER_SITES= http://xlibs.freedesktop.org/release/ MAINTAINER= x11@FreeBSD.org COMMENT= X11 protocol headers |