diff options
author | lesi <lesi@FreeBSD.org> | 2005-02-15 05:40:00 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-02-15 05:40:00 +0800 |
commit | 3f70d2d905fbddd1be1bcf3ae9a5721e352c405d (patch) | |
tree | 269779c7b2b5e83710196997037b00a7db21000a /x11/libXi | |
parent | a57815adb84230d54f832092245e0332a2a7a645 (diff) | |
download | freebsd-ports-graphics-3f70d2d905fbddd1be1bcf3ae9a5721e352c405d.tar.gz freebsd-ports-graphics-3f70d2d905fbddd1be1bcf3ae9a5721e352c405d.tar.zst freebsd-ports-graphics-3f70d2d905fbddd1be1bcf3ae9a5721e352c405d.zip |
Fix MASTER_SITES.
Diffstat (limited to 'x11/libXi')
-rw-r--r-- | x11/libXi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 5314485cb1f..b8ea0ff1412 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -9,7 +9,7 @@ PORTNAME= libXi PORTVERSION= 6.0.1 PORTREVISION= 2 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ +MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/ MAINTAINER= x11@FreeBSD.org COMMENT= X Input extension library |