diff options
author | lesi <lesi@FreeBSD.org> | 2005-02-14 20:57:19 +0000 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-02-14 20:57:19 +0000 |
commit | ea8f691c5f398bf77a456192d5b94a9059d8813e (patch) | |
tree | 8209900d09a5ecc33ab1433d25b3b81244a1ecec /x11/libXxf86 | |
parent | ad1c183879ad418872e5dea8ad7048f64a1bbf55 (diff) | |
download | FreeBSD-ports-ea8f691c5f398bf77a456192d5b94a9059d8813e.zip FreeBSD-ports-ea8f691c5f398bf77a456192d5b94a9059d8813e.tar.gz |
Fix mastersite and add some more.
Diffstat (limited to 'x11/libXxf86')
-rw-r--r-- | x11/libXxf86/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libXxf86/Makefile b/x11/libXxf86/Makefile index a7e9b32..ba6b9d4 100644 --- a/x11/libXxf86/Makefile +++ b/x11/libXxf86/Makefile @@ -8,7 +8,9 @@ PORTNAME= libXxf86 PORTVERSION= 1.0 CATEGORIES= x11 -MASTER_SITES= http://freedesktop.org/~xorg/X11R6.7.0/src/ +MASTER_SITES= http://xorg.freedesktop.org/X11R6.7.0/src/ \ + ${MASTER_SITE_XORG} +MASTER_SITE_SUBDIR= X11R6.7/tars DISTNAME= X11R6.7.0-src1 MAINTAINER= x11@FreeBSD.org |