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-toolkits/libXt | |
parent | a57815adb84230d54f832092245e0332a2a7a645 (diff) | |
download | freebsd-ports-gnome-3f70d2d905fbddd1be1bcf3ae9a5721e352c405d.tar.gz freebsd-ports-gnome-3f70d2d905fbddd1be1bcf3ae9a5721e352c405d.tar.zst freebsd-ports-gnome-3f70d2d905fbddd1be1bcf3ae9a5721e352c405d.zip |
Fix MASTER_SITES.
Diffstat (limited to 'x11-toolkits/libXt')
-rw-r--r-- | x11-toolkits/libXt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile index 67409fb95f01..dc4525259a25 100644 --- a/x11-toolkits/libXt/Makefile +++ b/x11-toolkits/libXt/Makefile @@ -8,7 +8,7 @@ PORTNAME= libXt PORTVERSION= 0.1.5 CATEGORIES= x11-toolkits -MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ +MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/ MAINTAINER= x11@FreeBSD.org COMMENT= X Toolkit library |