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/libXcursor | |
parent | 720abd961cf19dbc409f5c13282645f4b840f118 (diff) | |
download | FreeBSD-ports-d4a546e92d613a5ff9cb16558550102e7cfd8ad0.zip FreeBSD-ports-d4a546e92d613a5ff9cb16558550102e7cfd8ad0.tar.gz |
Fix MASTER_SITES.
Diffstat (limited to 'x11/libXcursor')
-rw-r--r-- | x11/libXcursor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |