diff options
author | anholt <anholt@FreeBSD.org> | 2004-06-01 04:06:06 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-06-01 04:06:06 +0800 |
commit | 3ab04eb0a2de2784fe595834beea67eb7b627cc3 (patch) | |
tree | 028ae22f8a13bd22e8873bbc62d843f3bfabf8d9 | |
parent | c65309a9b128fd91c968e145f2c93e35ec2806ad (diff) | |
download | freebsd-ports-gnome-3ab04eb0a2de2784fe595834beea67eb7b627cc3.tar.gz freebsd-ports-gnome-3ab04eb0a2de2784fe595834beea67eb7b627cc3.tar.zst freebsd-ports-gnome-3ab04eb0a2de2784fe595834beea67eb7b627cc3.zip |
Fix fetching of Wraphelp2.gz, and use MASTER_SITE_XORG.
Reported by: bento via kris
-rw-r--r-- | x11/xorg-libraries/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/xorg-libraries/Makefile b/x11/xorg-libraries/Makefile index 14ede550e5fc..f25613d6e329 100644 --- a/x11/xorg-libraries/Makefile +++ b/x11/xorg-libraries/Makefile @@ -8,11 +8,14 @@ PORTNAME= libraries PORTVERSION= 6.7.0 CATEGORIES= x11 -MASTER_SITES= http://freedesktop.org/~xorg/X11R6.7.0/src/:fdo \ +MASTER_SITES= http://freedesktop.org/~xorg/X11R6.7.0/src/:xorg \ + ${MASTER_SITE_XORG:S/$/:xorg/} \ ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= R6.7/tars/:xorg \ + anholt/:local PKGNAMEPREFIX= xorg- -DISTFILES= X11R6.7.0-src1.tar.gz:fdo \ - X11R6.7.0-src3.tar.gz:fdo \ +DISTFILES= X11R6.7.0-src1.tar.gz:xorg \ + X11R6.7.0-src3.tar.gz:xorg \ Wraphelp2.gz:local EXTRACT_ONLY= X11R6.7.0-src1.tar.gz \ X11R6.7.0-src3.tar.gz |