diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2005-02-14 20:44:49 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2005-02-14 20:44:49 +0000 |
commit | 2363f74393edc8a21aed6fe8365f35e0625bf450 (patch) | |
tree | 8de6e681f84b98a279457c41e4cf59ee7d3da9bc /x11/printext | |
parent | 9118a4d0c1e1f7aacccce07d97687c49cb42afd1 (diff) |
Add more mastersites.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=128844
Diffstat (limited to 'x11/printext')
-rw-r--r-- | x11/printext/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/printext/Makefile b/x11/printext/Makefile index 0e346c9118ab..5406bd961f3e 100644 --- a/x11/printext/Makefile +++ b/x11/printext/Makefile @@ -8,7 +8,9 @@ PORTNAME= printext 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 |