diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-05-31 20:06:06 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-05-31 20:06:06 +0000 |
commit | 6d91f9bcbc90226b49a99a2b3e9970877282ee8d (patch) | |
tree | ee63c825fb28dfbda23693c4a10c33115dacaf42 | |
parent | - Put @dirrm of Q8/Q16 modules under %%MODULES%% (diff) |
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 |