diff options
author | lesi <lesi@FreeBSD.org> | 2005-07-12 01:34:26 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-07-12 01:34:26 +0800 |
commit | 17a072faeac4e4c552b320a34a25d2e8d6c79109 (patch) | |
tree | c7dd77716b5f7f862ab4ce436768c8b279ecfc83 /x11/libXfixes | |
parent | 717bf891348df508dc68ee7e0e309382d12f2b8c (diff) | |
download | freebsd-ports-gnome-17a072faeac4e4c552b320a34a25d2e8d6c79109.tar.gz freebsd-ports-gnome-17a072faeac4e4c552b320a34a25d2e8d6c79109.tar.zst freebsd-ports-gnome-17a072faeac4e4c552b320a34a25d2e8d6c79109.zip |
Fix MASTER_SITES.
Prodded by: Ports Janitor
Diffstat (limited to 'x11/libXfixes')
-rw-r--r-- | x11/libXfixes/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |