diff options
author | lesi <lesi@FreeBSD.org> | 2004-09-02 09:57:53 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-09-02 09:57:53 +0800 |
commit | 833bbb5ca7b6a0a36975447ea22ce507f0a39607 (patch) | |
tree | ac31f8f242e360b152c3a026a7d58997ead9c78f /x11-fonts/xfs | |
parent | b1c6698b8fabd6a871f136964d94a5feed2d61d7 (diff) | |
download | freebsd-ports-gnome-833bbb5ca7b6a0a36975447ea22ce507f0a39607.tar.gz freebsd-ports-gnome-833bbb5ca7b6a0a36975447ea22ce507f0a39607.tar.zst freebsd-ports-gnome-833bbb5ca7b6a0a36975447ea22ce507f0a39607.zip |
Use MASTER_SITE_XORG.
Approved by: anholt (mentor)
Diffstat (limited to 'x11-fonts/xfs')
-rw-r--r-- | x11-fonts/xfs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile index a769def6f283..633aa5e3b32c 100644 --- a/x11-fonts/xfs/Makefile +++ b/x11-fonts/xfs/Makefile @@ -8,7 +8,9 @@ PORTNAME= xorg-fontserver PORTVERSION= 6.7.0 CATEGORIES= x11-servers -MASTER_SITES= http://freedesktop.org/~xorg/X11R6.7.0/src/ +MASTER_SITES= http://freedesktop.org/~xorg/X11R6.7.0/src/ \ + ${MASTER_SITE_XORG} +MASTER_SITE_SUBDIR= R6.7/tars DISTFILES= X11R6.7.0-src1.tar.gz \ X11R6.7.0-src2.tar.gz |