diff options
author | lesi <lesi@FreeBSD.org> | 2005-02-15 05:29:18 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-02-15 05:29:18 +0800 |
commit | d8153b3c4c9afc9b4df7c9117413dad46f69a356 (patch) | |
tree | 67b13affb1a53c952e1cb28aa23289a9a4640d4d /x11/libICE | |
parent | aa7a9d75c47edbd17339b6d8afd7de3831ccd505 (diff) | |
download | freebsd-ports-gnome-d8153b3c4c9afc9b4df7c9117413dad46f69a356.tar.gz freebsd-ports-gnome-d8153b3c4c9afc9b4df7c9117413dad46f69a356.tar.zst freebsd-ports-gnome-d8153b3c4c9afc9b4df7c9117413dad46f69a356.zip |
Fix MASTER_SITES.
Diffstat (limited to 'x11/libICE')
-rw-r--r-- | x11/libICE/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile index 49388ed84ee4..ee983b5f97da 100644 --- a/x11/libICE/Makefile +++ b/x11/libICE/Makefile @@ -8,7 +8,7 @@ PORTNAME= libICE PORTVERSION= 6.3.3 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ +MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/ MAINTAINER= x11@FreeBSD.org COMMENT= Inter Client Exchange library for X11 |