diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-05-07 21:56:30 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-05-07 21:56:30 +0000 |
commit | dd4a4cfafb6abacdc7f6ce5544030c47bad5c641 (patch) | |
tree | 572de326a3233c7e1019c796dd8eee6bc87e62a1 | |
parent | Upgrade to 4.1.1. (diff) |
Oops, fix distfile locations.
Notes
Notes:
svn path=/head/; revision=108646
-rw-r--r-- | x11/libXp/Makefile | 2 | ||||
-rw-r--r-- | x11/printext/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXp/Makefile b/x11/libXp/Makefile index d89ba2eb53b3..267ba494702c 100644 --- a/x11/libXp/Makefile +++ b/x11/libXp/Makefile @@ -8,7 +8,7 @@ PORTNAME= libXp PORTVERSION= 6.0 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~xorg/release/ +MASTER_SITES= http://freedesktop.org/~xorg/X11R6.7.0/src/ DISTNAME= X11R6.7.0-src1 MAINTAINER= x11@FreeBSD.org diff --git a/x11/printext/Makefile b/x11/printext/Makefile index 22b8a6d1eb03..72ae4bd9a01a 100644 --- a/x11/printext/Makefile +++ b/x11/printext/Makefile @@ -8,7 +8,7 @@ PORTNAME= PrintExt PORTVERSION= 1.0 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~xorg/release/ +MASTER_SITES= http://freedesktop.org/~xorg/X11R6.7.0/src/ DISTNAME= X11R6.7.0-src1 MAINTAINER= x11@FreeBSD.org |