diff options
author | lesi <lesi@FreeBSD.org> | 2005-07-11 19:44:00 +0000 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-07-11 19:44:00 +0000 |
commit | d4a546e92d613a5ff9cb16558550102e7cfd8ad0 (patch) | |
tree | c56d9ca4d7fff39e99bd3abf2c7a2043795454ed /x11 | |
parent | 720abd961cf19dbc409f5c13282645f4b840f118 (diff) | |
download | FreeBSD-ports-d4a546e92d613a5ff9cb16558550102e7cfd8ad0.zip FreeBSD-ports-d4a546e92d613a5ff9cb16558550102e7cfd8ad0.tar.gz |
Fix MASTER_SITES.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXcomposite/Makefile | 2 | ||||
-rw-r--r-- | x11/libXcursor/Makefile | 2 | ||||
-rw-r--r-- | x11/libXdamage/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/libXcomposite/Makefile b/x11/libXcomposite/Makefile index 3ee1261..1ed3739 100644 --- a/x11/libXcomposite/Makefile +++ b/x11/libXcomposite/Makefile @@ -9,7 +9,7 @@ PORTNAME= libXcomposite PORTVERSION= 1.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 Composite extension library diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile index 59e0b37..f2a8d69 100644 --- a/x11/libXcursor/Makefile +++ b/x11/libXcursor/Makefile @@ -9,7 +9,7 @@ PORTNAME= libXcursor PORTVERSION= 1.1.2 PORTREVISION= 3 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ +MASTER_SITES= http://xlibs.freedesktop.org/release/ MAINTAINER= x11@FreeBSD.org COMMENT= X client-side cursor loading library diff --git a/x11/libXdamage/Makefile b/x11/libXdamage/Makefile index 1aa2c98..58a80cf 100644 --- a/x11/libXdamage/Makefile +++ b/x11/libXdamage/Makefile @@ -9,7 +9,7 @@ PORTNAME= libXdamage PORTVERSION= 1.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 Damage extension library |