diff options
author | vd <vd@FreeBSD.org> | 2006-09-05 21:04:53 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-09-05 21:04:53 +0800 |
commit | 80290d75a449cd7095a7683156f44d50199173bc (patch) | |
tree | db0ae98408bbbe1df4e73a2fb8d014ea7c87b4ae /graphics | |
parent | 4dd7d05746e8e87a8c3c3c63aec86c70f0454b29 (diff) | |
download | freebsd-ports-gnome-80290d75a449cd7095a7683156f44d50199173bc.tar.gz freebsd-ports-gnome-80290d75a449cd7095a7683156f44d50199173bc.tar.zst freebsd-ports-gnome-80290d75a449cd7095a7683156f44d50199173bc.zip |
Mirror the archives on the ftp cluster since the ones referenced
by the xaralx-devel port live only 8 days on the xara download
site, see the related discussion:
http://www.xaraxtreme.org/maillists/archive/dev/msg00016.html
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xaralx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile index c561ae46edf1..b910d832d12c 100644 --- a/graphics/xaralx/Makefile +++ b/graphics/xaralx/Makefile @@ -9,7 +9,9 @@ PORTNAME= XaraLX PORTVERSION?= 0.7r1692 PORTREVISION?= 0 CATEGORIES= graphics -MASTER_SITES= http://downloads.xara.com/opensource/ +MASTER_SITES= http://downloads.xara.com/opensource/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= vd/${PORTNAME:L}${PKGNAMESUFFIX} DISTFILES?= ${PORTNAME}Src-${PORTVERSION}.tar.bz2 MAINTAINER= vd@FreeBSD.org |