diff options
author | lesi <lesi@FreeBSD.org> | 2005-07-11 17:34:26 +0000 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-07-11 17:34:26 +0000 |
commit | 17a072faeac4e4c552b320a34a25d2e8d6c79109 (patch) | |
tree | c7dd77716b5f7f862ab4ce436768c8b279ecfc83 | |
parent | 717bf891348df508dc68ee7e0e309382d12f2b8c (diff) | |
download | FreeBSD-ports-17a072faeac4e4c552b320a34a25d2e8d6c79109.zip FreeBSD-ports-17a072faeac4e4c552b320a34a25d2e8d6c79109.tar.gz |
Fix MASTER_SITES.
Prodded by: Ports Janitor
-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 834e5f9..caf85cf 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 aaf12ab..66d7cdc 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 9616df5..153091c 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 |